users: don't build when we don't have a C++ toolchain
(On RISC-V MK_CXX is in BROKEN_OPTIONS, so users remains skipped there.) Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D7725
This commit is contained in:
parent
d0bd2dad6f
commit
d74808dd1a
@ -294,7 +294,7 @@ SUBDIR.${MK_VT}+= vtfontcvt
|
||||
SUBDIR.${MK_USB}+= usbhidaction
|
||||
SUBDIR.${MK_USB}+= usbhidctl
|
||||
SUBDIR.${MK_UTMPX}+= last
|
||||
.if ${MACHINE_CPUARCH} != "riscv" # RISCVTODO users does not build
|
||||
.if ${MK_CXX} != "no"
|
||||
SUBDIR.${MK_UTMPX}+= users
|
||||
.endif
|
||||
SUBDIR.${MK_UTMPX}+= who
|
||||
|
Loading…
Reference in New Issue
Block a user