]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
Remove _PATH_CP now that it is defined in paths.h
[FreeBSD/FreeBSD.git] / gnu / usr.bin / Makefile
1 # $FreeBSD$
2
3 SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 \
4         grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo
5
6 .if ${CXX:T} != "c++"
7 SUBDIR+=gperf groff
8 .endif
9
10 .if !defined(NO_CVS)
11 SUBDIR+=cvs
12 .endif
13
14 .if defined(WANT_AOUT)
15 .if ${MACHINE_ARCH} == "i386"
16 SUBDIR+=as ld
17 .endif
18 .endif
19
20 .if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
21 SUBDIR+=perl
22 .endif
23
24 .include <bsd.subdir.mk>