mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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)
This commit is contained in:
parent
51e16fc108
commit
f2a0af48e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24835
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user