xref: /dragonfly/gnu/usr.bin/Makefile (revision 49781055)
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.22 2005/09/05 15:36:34 corecode Exp $
3#
4# Note that gcc2 is only built under the i386 architecture.  Other
5# architectures require gcc3.
6
7SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort tar texinfo
8
9.if !defined(NO_CVS)
10SUBDIR+=cvs
11.endif
12
13.if !defined(NO_GDB)
14SUBDIR+=gdb
15.endif
16
17SUBDIR+= binutils215 cc34
18.ORDER: binutils215 cc34
19
20.if defined(WANT_GCC40)
21SUBDIR+= binutils215 cc40
22.ORDER: binutils215 cc40
23.endif
24
25.include <bsd.subdir.mk>
26