Merge from vendor branch NTPD:
[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.15 2004/11/09 21:08:16 joerg Exp $
3 #
4 # Note that gcc2 is only built under the i386 architecture.  Other
5 # architectures require gcc3.
6
7 SUBDIR= cpio dialog diff diff3 gperf grep groff man ptx rcs sdiff \
8         send-pr sort tar texinfo
9
10 .if !defined(NO_CVS)
11 SUBDIR+=cvs
12 .endif
13
14 .if !defined(NO_GDB)
15 SUBDIR+=gdb
16
17 SUBDIR+= binutils214 cc34
18 .ORDER: binutils214 cc34
19
20 .if ${MACHINE_ARCH} == "i386"
21 SUBDIR+=binutils cc
22 .ORDER: binutils cc
23 .endif
24
25 .if !defined(NOPERL) && exists(${.CURDIR}/perl)
26 SUBDIR+=perl
27 .endif
28
29 .include <bsd.subdir.mk>