Makefile revision 96720
1# $FreeBSD: head/gnu/usr.bin/Makefile 96720 2002-05-16 08:59:52Z markm $
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} != "c++"
7SUBDIR+=gperf 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