summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-04-12 07:19:09 +0000
committerpeter <peter@FreeBSD.org>1997-04-12 07:19:09 +0000
commit17b78c41d7370f6d197cc08381aa56e7cfc9d0e4 (patch)
tree51be77bb3a7971473b3fb24e1d82816f53da22c9 /gnu/usr.bin/Makefile
parent72e320024dc8958b44e18ef45f4fabcb97d44e8e (diff)
downloadFreeBSD-src-17b78c41d7370f6d197cc08381aa56e7cfc9d0e4.zip
FreeBSD-src-17b78c41d7370f6d197cc08381aa56e7cfc9d0e4.tar.gz
Don't descend into the perl directory if it isn't there (eg: cvsup
refuse file), or if NOPERL is defined (eg: in /etc/make.conf)
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 4364cd4..f3128df 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,7 +1,11 @@
-# $Id$
+# $Id: Makefile,v 1.35 1997/02/22 15:43:16 peter Exp $
SUBDIR= as awk bc bison cc cpio cvs dc dialog diff diff3 gdb genclass gperf \
- grep groff gzip ld man patch perl ptx rcs sdiff send-pr \
+ grep groff gzip ld man patch ptx rcs sdiff send-pr \
sort tar texinfo
+.if !defined(NOPERL) && exists(${.CURDIR}/perl)
+SUBDIR+=perl
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud