67f18e8d49
When this is false there is no libvmmapi, nor even its headers, for
these to build against.
Reported by: Milan Obuch <freebsd-riscv@dino.sk>
Fixes: 7ab1a32cd4 ("bhyve/riscv: Initial import.")
5 lines
64 B
Makefile
5 lines
64 B
Makefile
.if ${MK_BHYVE} != "no"
|
|
SUBDIR+= bhyve
|
|
SUBDIR+= bhyvectl
|
|
.endif
|