Makefile revision 81403
1# $FreeBSD: head/gnu/usr.bin/Makefile 81403 2001-08-10 09:35:58Z peter $
2
3SUBDIR= 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 defined(WANT_AOUT)
11.if ${MACHINE_ARCH} == "i386"
12SUBDIR+=as ld
13.endif
14.endif
15
16.if !defined(NOPERL) && exists(${.CURDIR}/perl)
17SUBDIR+=perl
18.endif
19
20.include <bsd.subdir.mk>
21