xref: /dragonfly/gnu/usr.bin/Makefile (revision 28c7b939)
1# $FreeBSD: src/gnu/usr.bin/Makefile,v 1.51 2000/01/16 00:11:34 obrien Exp $
2# $DragonFly: src/gnu/usr.bin/Makefile,v 1.5 2004/01/24 22:43:09 joerg Exp $
3
4SUBDIR= awk bc binutils cc cc3 cpio dc dialog diff diff3 gperf \
5	grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
6
7.if !defined(NO_CVS)
8SUBDIR+=cvs
9.endif
10
11.if ${MACHINE_ARCH} == "i386"
12SUBDIR+=as ld
13.endif
14
15.if !defined(NOPERL) && exists(${.CURDIR}/perl)
16SUBDIR+=perl
17.endif
18
19.include <bsd.subdir.mk>
20