freebsd-src/usr.sbin/Makefile.aarch64
Mark Johnston 11c79f9e35 arm64: Connect bhyve and libvmmapi to the build
Reviewed by:	corvink, andrew, jhb, emaste
MFC after:	2 weeks
Sponsored by:	Innovate UK
Differential Revision:	https://reviews.freebsd.org/D41742
2024-04-10 11:17:56 -04:00

7 lines
90 B
Makefile

.if ${MK_ACPI} != "no"
SUBDIR+= acpi
.endif
.if ${MK_BHYVE} != "no"
SUBDIR+= bhyve
.endif