From c100fe0ba36082f77ceedf3ef1e5bd415c167d44 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 1 May 2024 11:24:05 -0400 Subject: [PATCH] examples: Install bhyve files on arm64 Sponsored by: Innovate UK --- share/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/Makefile b/share/examples/Makefile index 0425e36c1cf..61e21f9350c 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -41,7 +41,7 @@ SE_BSD_DAEMON= \ eps.patch \ poster.sh -.if ${MACHINE_CPUARCH} == "amd64" +.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64" .if ${MK_BHYVE} != "no" LDIRS+= bhyve SE_DIRS+= bhyve -- 2.45.0