Merge from vendor branch LIBPCAP:
[dragonfly.git] / gnu / usr.bin / Makefile
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.29 2007/07/23 23:03:34 dillon Exp $
3
4 SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort texinfo
5
6 .if !defined(NO_CVS)
7 SUBDIR+=cvs
8 .endif
9
10 .if !defined(NO_GDB)
11 SUBDIR+=gdb
12 .endif
13
14 SUBDIR+= binutils215 binutils217
15 SUBDIR+= cc34
16 .ORDER: binutils215 binutils217 cc34
17
18 .if !defined(NO_GCC41)
19 SUBDIR+= cc41
20 .ORDER: binutils215 binutils217 cc41
21 .endif
22
23 .include <bsd.subdir.mk>