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

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

.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
NO_GDB=	not yet
.endif

.if !defined(NO_TOOLCHAIN)
_cc=cc
_binutils=binutils
.if !defined(NO_GDB)
_gdb=gdb
.endif
.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