]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r56230,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / Makefile
1 # $FreeBSD$
2
3 SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
4         grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
5
6 .if !defined(NO_CVS)
7 SUBDIR+=cvs
8 .endif
9
10 .if ${MACHINE_ARCH} == "i386"
11 SUBDIR+=as ld
12 .endif
13
14 .if !defined(NOPERL) && exists(${.CURDIR}/perl)
15 SUBDIR+=perl
16 .endif
17
18 .include <bsd.subdir.mk>