git: 174b79b1810b - main - sysutils/bhyve+: Fix build on 14-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 21:20:46 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=174b79b1810bea052130aa6dd08852fbbe838b5d commit 174b79b1810bea052130aa6dd08852fbbe838b5d Author: PÁLI Gábor János <pali.gabor@gmail.com> AuthorDate: 2023-05-01 10:05:24 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-05-01 21:18:16 +0000 sysutils/bhyve+: Fix build on 14-CURRENT --- sysutils/bhyve+/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/bhyve+/Makefile b/sysutils/bhyve+/Makefile index 14aa08a4533c..2911b9eb69be 100644 --- a/sysutils/bhyve+/Makefile +++ b/sysutils/bhyve+/Makefile @@ -15,6 +15,7 @@ USES= kmod uidfix SRCS= ${SRC_BASE}/sys/modules/vmm \ ${SRC_BASE}/sys/amd64/vmm \ + ${SRC_BASE}/sys/conf \ ${SRC_BASE}/lib/libvmmapi \ ${SRC_BASE}/usr.sbin/bhyve \ ${SRC_BASE}/usr.sbin/bhyvectl \ @@ -64,6 +65,7 @@ _LINKS= sys/cam/ctl \ sys/dev/virtio \ sys/amd64/include \ sys/x86/include \ + sys/libkern \ stand/userboot post-extract: