Welcome the build infrastructure for gcc41
[dragonfly.git] / gnu / usr.bin / Makefile
blob477e4c40cb391f4ca7d769aa99b3a2f3be5da549
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.24 2006/09/27 12:10:33 corecode Exp $
4 SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort tar texinfo
6 .if !defined(NO_CVS)
7 SUBDIR+=cvs
8 .endif
10 .if !defined(NO_GDB)
11 SUBDIR+=gdb
12 .endif
14 SUBDIR+= binutils215 cc34
15 .ORDER: binutils215 cc34
17 .if defined(WANT_GCC40)
18 SUBDIR+= binutils215 cc40
19 .ORDER: binutils215 cc40
20 .endif
22 .if defined(WANT_GCC41)
23 SUBDIR+= binutils215 cc41
24 .ORDER: binutils215 cc41
25 .endif
27 .include <bsd.subdir.mk>