summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-18 00:20:01 +0000
committerobrien <obrien@FreeBSD.org>2002-05-18 00:20:01 +0000
commitfff8069519989b3200f33093f1fc01a0f672ccb0 (patch)
treea909780f11588e88403f1a9ffd56a87f4ca1393b /gnu
parentfc5c0b8f299740270b60aec3eb896b68d9b86cb9 (diff)
downloadFreeBSD-src-fff8069519989b3200f33093f1fc01a0f672ccb0.zip
FreeBSD-src-fff8069519989b3200f33093f1fc01a0f672ccb0.tar.gz
Don't build gperf.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 430d3e0..44a83b9 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -3,8 +3,8 @@
SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 \
grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo
-.if ${CXX} != "c++"
-SUBDIR+=gperf groff
+.if ${CXX:T} != "c++"
+SUBDIR+=groff
.endif
.if !defined(NO_CVS)
OpenPOWER on IntegriCloud