]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
Remove the NOPERL block to building Perl5.
[FreeBSD/FreeBSD.git] / gnu / usr.bin / Makefile
1 #       $Id: Makefile,v 1.43 1998/09/09 06:01:11 markm Exp $
2
3 SUBDIR= awk bc binutils bison cc cpio cvs dc dialog diff diff3 genclass gperf \
4         grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
5
6 .if ${MACHINE_ARCH} == "i386"
7 SUBDIR+=as gdb ld
8 .endif
9
10 .if !defined(NOPERL) && exists(${.CURDIR}/perl)
11 SUBDIR+=perl
12 .endif
13
14 .include <bsd.subdir.mk>