Merge from vendor branch GCC:
[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.19 2005/01/05 22:03:51 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 rcs sdiff \
8         sort tar texinfo
9
10 .if !defined(NO_CVS)
11 SUBDIR+=cvs
12 .endif
13
14 .if !defined(NO_GDB)
15 SUBDIR+=gdb
16 .endif
17
18 SUBDIR+= binutils215 cc34
19 .ORDER: binutils215 cc34
20
21 .if ${MACHINE_ARCH} == "i386"
22 SUBDIR+=binutils cc
23 .ORDER: binutils cc
24 .endif
25
26 .include <bsd.subdir.mk>