summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-09-30 20:24:59 +0000
committermarkm <markm@FreeBSD.org>1998-09-30 20:24:59 +0000
commite9048d87aac07033fb2c365e24399c33bf3440ef (patch)
tree72eb70a56079d18373556e3ea31641142561e0b9 /gnu
parent3dd2274e4fe70348ac77f7abf8689ee969995115 (diff)
downloadFreeBSD-src-e9048d87aac07033fb2c365e24399c33bf3440ef.zip
FreeBSD-src-e9048d87aac07033fb2c365e24399c33bf3440ef.tar.gz
Allow NOSUIDPERL to DTRT.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile
index 0c4dbeb..eb61dbd 100644
--- a/gnu/usr.bin/perl/Makefile
+++ b/gnu/usr.bin/perl/Makefile
@@ -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>
OpenPOWER on IntegriCloud