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

SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 \
	${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo

.if !defined(NO_TOOLCHAIN)
_cc=cc
_binutils=binutils
.endif

.if !defined(NO_CXX)
.if ${MACHINE_ARCH} != "powerpc"
_gperf=gperf
.endif
SUBDIR+=groff
.endif

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

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