summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-18 18:24:55 +0000
committerobrien <obrien@FreeBSD.org>2002-05-18 18:24:55 +0000
commit0cececad594d4574033b7bc409ceefa7bf287d2b (patch)
tree531364ce8de458b3c33d7a08c881e7443df4afeb /usr.bin
parent818de6bb4caf339a5f72749338b4e21a47527ad9 (diff)
downloadFreeBSD-src-0cececad594d4574033b7bc409ceefa7bf287d2b.zip
FreeBSD-src-0cececad594d4574033b7bc409ceefa7bf287d2b.tar.gz
Don't build getconf if you don't have a full C++ installation.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 332d9b8..7fc6477 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -242,7 +242,7 @@ SUBDIR+=elf2aout
.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
SUBDIR+=xlint
.endif
-.if ${MACHINE_ARCH} != "sparc64"
+.if ${CXX:T} != "c++"
SUBDIR+=getconf
.endif
OpenPOWER on IntegriCloud