mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Don't build getconf if you don't have a full C++ installation.
This commit is contained in:
parent
d246873e61
commit
6639a24d01
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96869
@ -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