summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1998-04-01 21:08:11 +0000
committerDima Ruban <dima@FreeBSD.org>1998-04-01 21:08:11 +0000
commit3b1dc8dc111048bdb6bba4b7242cd4dc7e0267e8 (patch)
tree649d8f47686b1e83b39bbd7867088390eebd6bc4 /gnu
parent97a8168533bc3e7df82a2d87da5046511d1bcd4a (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile
index 385033aed708..eefe19f51cff 100644
--- a/gnu/usr.bin/perl/Makefile
+++ b/gnu/usr.bin/perl/Makefile
@@ -4,7 +4,10 @@
# Note: I'm not sure what to do with c2ph located in misc...
#
-SUBDIR= perl tperl sperl usub lib x2p
+SUBDIR= perl tperl usub lib x2p
-.include <bsd.subdir.mk>
+.if !defined(NOSUIDPERL) && exists(${.CURDIR}/sperl)
+SUBDIR+=sperl
+.endif
+.include <bsd.subdir.mk>