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