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

.if ${MACHINE_ARCH} != "powerpc"
_gperf=gperf
.endif

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

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

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

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