summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
blob: c0bd0f24ebea181fcd168f66a31f0ab2d464eec0 (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
# $FreeBSD$

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

.if ${CXX:T} != "c++"
SUBDIR+=gperf groff
.endif

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

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

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

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