xref: /dragonfly/gnu/usr.bin/Makefile (revision c03f08f3)
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 $
3
4SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort texinfo
5
6.if !defined(NO_CVS)
7SUBDIR+=cvs
8.endif
9
10.if !defined(NO_GDB)
11SUBDIR+=gdb
12.endif
13
14SUBDIR+= binutils217
15SUBDIR+= cc34
16.ORDER: binutils217 cc34
17
18SUBDIR+= cc41
19.ORDER: binutils217 cc41
20
21.include <bsd.subdir.mk>
22