Allow NOSUIDPERL to DTRT.
This commit is contained in:
parent
8e1453d5a6
commit
3d01a589de
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user