summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
blob: ee5ea283d0e75e79ede619b98d202fd4b3b8fca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $FreeBSD$

SUBDIR= awk bc binutils cpio dc dialog diff diff3 \
	grep gzip man patch ptx rcs sdiff send-pr tar texinfo

.if !defined(NO_CVS)
SUBDIR+=cvs
.endif

.if defined(WANT_AOUT)
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=as ld
.endif
.endif

.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
SUBDIR+=cc gperf
.endif

.if !defined(NO_CXX)
SUBDIR+=groff
.endif

.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud