Page MenuHomeFreeBSD

D41742.id126901.diff
No OneTemporary

D41742.id126901.diff

diff --git a/lib/Makefile b/lib/Makefile
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -200,6 +200,9 @@
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR.${MK_PMC}+= libipt
+.endif
+
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64"
SUBDIR.${MK_BHYVE}+= libvmmapi
.endif
diff --git a/usr.sbin/Makefile.aarch64 b/usr.sbin/Makefile.aarch64
--- a/usr.sbin/Makefile.aarch64
+++ b/usr.sbin/Makefile.aarch64
@@ -2,4 +2,7 @@
.if ${MK_ACPI} != "no"
SUBDIR+= acpi
.endif
+.if ${MK_BHYVE} != "no"
+SUBDIR+= bhyve
+.endif
SUBDIR+= ofwdump

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 10, 6:18 PM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16581506
Default Alt Text
D41742.id126901.diff (547 B)

Event Timeline