Date: Sun, 3 Jan 2021 17:19:39 GMT From: Mariusz Zaborski <oshogbo@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 845b27372895 - main - bhyve: fix build without casper/capsicum support Message-ID: <202101031719.103HJdVr031600@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by oshogbo: URL: https://cgit.FreeBSD.org/src/commit/?id=845b2737289564c90ddf7fcf01bb0275f0e8d937 commit 845b2737289564c90ddf7fcf01bb0275f0e8d937 Author: Mariusz Zaborski <oshogbo@FreeBSD.org> AuthorDate: 2021-01-03 17:17:04 +0000 Commit: Mariusz Zaborski <oshogbo@FreeBSD.org> CommitDate: 2021-01-03 17:17:04 +0000 bhyve: fix build without casper/capsicum support Fix typo introduced in 966026246e62769f3bcd8247a47fe0f4f0433aba. Pointed out by: jbeich --- usr.sbin/bhyve/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index 201f8c749f77..a4fc3deea77e 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -85,7 +85,7 @@ SRCS+= vmm_instruction_emul.c LIBADD= vmmapi md pthread z util sbuf cam 9p -if ${MK_CASPER} != "no" +.if ${MK_CASPER} != "no" LIBADD+= casper LIBADD+= cap_pwd LIBADD+= cap_grp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101031719.103HJdVr031600>