Remove NO_GCC41 make option.
[dragonfly.git] / gnu / usr.bin / Makefile
blobd995bcdd0cdf7288bf3e81aacd684900986c065f
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.31 2007/08/09 22:50:37 corecode Exp $
4 SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort texinfo
6 .if !defined(NO_CVS)
7 SUBDIR+=cvs
8 .endif
10 .if !defined(NO_GDB)
11 SUBDIR+=gdb
12 .endif
14 SUBDIR+= binutils217
15 SUBDIR+= cc34
16 .ORDER: binutils217 cc34
18 SUBDIR+= cc41
19 .ORDER: binutils217 cc41
21 .include <bsd.subdir.mk>