Don't build/install lib/libvmmapi if MK_BHYVE == no

Suggested by: grehan
This commit is contained in:
Enji Cooper 2014-11-25 19:45:28 +00:00
parent 6d94729e30
commit 9a2c263854

View File

@ -167,6 +167,10 @@ _csu=csu
_libngatm= libngatm
.endif
.if ${MK_BHYVE} != "no"
_libvmmapi= libvmmapi
.endif
.if ${MK_BLUETOOTH} != "no"
_libbluetooth= libbluetooth
_libsdp= libsdp
@ -242,10 +246,6 @@ _libproc= libproc
_librtld_db= librtld_db
.endif
.if ${MACHINE_CPUARCH} == "amd64"
_libvmmapi= libvmmapi
.endif
.if ${MACHINE_CPUARCH} == "mips"
_libproc= libproc
_librtld_db= librtld_db