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

This commit is contained in:
David E. O'Brien 2002-05-18 18:24:55 +00:00
parent d246873e61
commit 6639a24d01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96869

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