xref: /dragonfly/gnu/usr.bin/Makefile (revision 383684a1)
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
7SUBDIR= cpio dialog diff diff3 gperf grep groff man rcs sdiff \
8        sort tar texinfo
9
10.if !defined(NO_CVS)
11SUBDIR+=cvs
12.endif
13
14.if !defined(NO_GDB)
15SUBDIR+=gdb
16.endif
17
18SUBDIR+= binutils215 cc34
19.ORDER: binutils215 cc34
20
21.if ${MACHINE_ARCH} == "i386"
22SUBDIR+=binutils cc
23.ORDER: binutils cc
24.endif
25
26.include <bsd.subdir.mk>
27