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