Don't build getconf if you don't have a full C++ installation.

This commit is contained in:
obrien 2002-05-18 18:24:55 +00:00
parent 818de6bb4c
commit 0cececad59

View File

@ -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