diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2024-05-01 15:24:05 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-05-01 15:24:05 +0000 |
| commit | c100fe0ba36082f77ceedf3ef1e5bd415c167d44 (patch) | |
| tree | ae87dd8ee88ce9d8cfb0f5db843d8f9851c176a3 /share/examples/Makefile | |
| parent | e10b9d6602dfd876a47f85d8866cabb5a26b8482 (diff) | |
Diffstat (limited to 'share/examples/Makefile')
| -rw-r--r-- | share/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index 0425e36c1cf5..61e21f9350c1 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 |
