summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-27 20:14:05 +0000
committerobrien <obrien@FreeBSD.org>2003-04-27 20:14:05 +0000
commitf029c97fa7a9d1caca29694666da4b23a0b5a846 (patch)
tree50b5a07b351071f19fb5b10eb87369a2df4dad58 /gnu
parentd1369599aca09a6953b885c1a4ef73d3e06a71f6 (diff)
downloadFreeBSD-src-f029c97fa7a9d1caca29694666da4b23a0b5a846.zip
FreeBSD-src-f029c97fa7a9d1caca29694666da4b23a0b5a846.tar.gz
Wrap gperf in NO_CXX as it needs the C++ to compile.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 8492e16..096c23c 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,13 +1,12 @@
# $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)
+.if ${MACHINE_ARCH} != "powerpc"
+_gperf=gperf
+.endif
SUBDIR+=groff
.endif
OpenPOWER on IntegriCloud