Remove gawk from the build and let one-true-awk be our default awk from now
[dragonfly.git] / gnu / usr.bin / Makefile
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.8 2004/04/12 13:18:11 eirikn Exp $
3 #
4 # Note that gcc2 is only built under the i386 architecture.  Other
5 # architectures require gcc3.
6
7 SUBDIR= bc cpio dc dialog diff diff3 gperf grep groff gzip man patch ptx rcs \
8         sdiff send-pr sort tar texinfo
9
10 .if !defined(NO_CVS)
11 SUBDIR+=cvs
12 .endif
13
14 SUBDIR+= binutils214 cc3
15 .ORDER: binutils214 cc3
16
17 .if ${MACHINE_ARCH} == "i386"
18 SUBDIR+=binutils cc as ld
19 .ORDER: binutils cc as ld
20 .endif
21
22 .if !defined(NOPERL) && exists(${.CURDIR}/perl)
23 SUBDIR+=perl
24 .endif
25
26 .include <bsd.subdir.mk>