summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/Makefile')
-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