Date: Wed, 1 May 2024 15:33:35 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c100fe0ba360 - main - examples: Install bhyve files on arm64 Message-ID: <202405011533.441FXZVt058493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c100fe0ba36082f77ceedf3ef1e5bd415c167d44 commit c100fe0ba36082f77ceedf3ef1e5bd415c167d44 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-05-01 15:24:05 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-05-01 15:24:05 +0000 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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405011533.441FXZVt058493>