d608a5d407c7dd41e8e50e0c124a53026d7e69cf
[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.13 2004/10/27 16:34:32 joerg Exp $
3 #
4 # Note that gcc2 is only built under the i386 architecture.  Other
5 # architectures require gcc3.
6
7 SUBDIR= cpio dialog diff diff3 gperf grep groff man ptx rcs sdiff \
8         send-pr sort tar texinfo
9
10 .if !defined(NO_CVS)
11 SUBDIR+=cvs
12 .endif
13
14 SUBDIR+= binutils214 cc34
15 .ORDER: binutils214 cc34
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>