freebsd-src/gnu/usr.bin/Makefile
Peter Wemm f2a0af48e5 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)
1997-04-12 07:19:09 +00:00

12 lines
301 B
Makefile

# $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 ptx rcs sdiff send-pr \
sort tar texinfo
.if !defined(NOPERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
.include <bsd.subdir.mk>