Another round of spelling fixes in manpages, messages, readmes etc.
[dragonfly/vkernel-mp.git] / gnu / usr.bin / Makefile
blob8e50ea0c9e435aa8ec810f3bd5c4cafb0aeaf21f
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.28 2007/04/13 12:26:42 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+= binutils215 binutils217 cc34
15 .ORDER: binutils215 binutils217 cc34
17 .if !defined(NO_GCC41)
18 SUBDIR+= binutils215 binutils217 cc41
19 .ORDER: binutils215 binutils217 cc41
20 .endif
22 .include <bsd.subdir.mk>