Makefile revision 97435
1# $FreeBSD: head/gnu/usr.bin/Makefile 97435 2002-05-29 00:48:14Z peter $
2
3SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 \
4	gperf grep groff gzip man patch rcs sdiff send-pr sort tar texinfo
5
6.if !defined(NO_CVS)
7SUBDIR+=cvs
8.endif
9
10.if defined(WANT_AOUT)
11.if ${MACHINE_ARCH} == "i386"
12SUBDIR+=as ld
13.endif
14.endif
15
16.include <bsd.subdir.mk>
17