Don't build getconf if you don't have a full C++ installation.
This commit is contained in:
parent
818de6bb4c
commit
0cececad59
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user