Makefile revision 50472
1# $FreeBSD: head/gnu/usr.bin/Makefile 50472 1999-08-27 23:37:10Z peter $
2
3SUBDIR= 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"
7SUBDIR+=as ld
8.endif
9
10.if !defined(NOPERL) && exists(${.CURDIR}/perl)
11SUBDIR+=perl
12.endif
13
14.include <bsd.subdir.mk>
15