Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / gnu / usr.bin / Makefile
blobd452f7e66b2254b6df99c562ae2bce3bed5fd57f
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.32 2007/09/05 21:40:10 pavalos 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
16 .if !defined(NO_GCC34)
17 SUBDIR+= cc34
18 .ORDER: binutils217 cc34
19 .endif
21 SUBDIR+= cc41
22 .ORDER: binutils217 cc41
24 .include <bsd.subdir.mk>