Allow NOSUIDPERL to DTRT.

This commit is contained in:
Mark Murray 1998-09-30 20:24:59 +00:00
parent cf6b812d33
commit d8a42175b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39835

View file

@ -1,5 +1,9 @@
# $Id$
# $Id: Makefile,v 1.6 1998/09/09 07:20:10 markm Exp $
SUBDIR= libperl miniperl perl suidperl pod utils x2p
.if !defined(NOSUIDPERL)
_suidperl= suidperl
.endif
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
.include <bsd.subdir.mk>