diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-03-26 06:06:22 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-03-26 06:06:22 +0000 |
| commit | 0fcadac7639f9e38d765c6fb873dc9c25f06db26 (patch) | |
| tree | 78377829c76515f2046879bd951f3846b54b2785 /gnu | |
| parent | 9b5728dbdec051ca69244cf97da9fd78d2391f2f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/perl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index 385033aed708..65c849d1dd4c 100644 --- a/gnu/usr.bin/perl/Makefile +++ b/gnu/usr.bin/perl/Makefile @@ -4,7 +4,11 @@ # 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 + +.if !defined(NOSUIDPERL) && exists(${.CURDIR}/sperl) +SUBDIR+=sperl +.endif .include <bsd.subdir.mk> |
