From 3b1dc8dc111048bdb6bba4b7242cd4dc7e0267e8 Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Wed, 1 Apr 1998 21:08:11 +0000 Subject: MFC: don't compile sperl in NOSUIDPERL defined --- gnu/usr.bin/perl/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') 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 +.if !defined(NOSUIDPERL) && exists(${.CURDIR}/sperl) +SUBDIR+=sperl +.endif +.include -- cgit v1.3