aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-18 18:24:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-18 18:24:55 +0000
commit6639a24d018cfced87bb2503c9925422fca5ff10 (patch)
tree531364ce8de458b3c33d7a08c881e7443df4afeb /usr.bin
parentd246873e61b6f6fb2941691c527d3e4493a4c8d7 (diff)
Notes
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 332d9b8d91cba..7fc64772f0a01 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