Makefile revision 94319
1# $FreeBSD: head/gnu/usr.bin/Makefile 94319 2002-04-10 00:18:14Z obrien $
2
3SUBDIR= awk bc binutils cpio dc dialog diff diff3 gperf \
4	grep groff gzip man patch ptx rcs sdiff send-pr 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.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
17SUBDIR+=cc
18.endif
19
20.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
21SUBDIR+=perl
22.endif
23
24.include <bsd.subdir.mk>
25