git: 845b27372895 - main - bhyve: fix build without casper/capsicum support

Mariusz Zaborski oshogbo at FreeBSD.org
Sun Jan 3 17:19:40 UTC 2021


The branch main has been updated by oshogbo:

URL: https://cgit.FreeBSD.org/src/commit/?id=845b2737289564c90ddf7fcf01bb0275f0e8d937

commit 845b2737289564c90ddf7fcf01bb0275f0e8d937
Author:     Mariusz Zaborski <oshogbo at FreeBSD.org>
AuthorDate: 2021-01-03 17:17:04 +0000
Commit:     Mariusz Zaborski <oshogbo at 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


More information about the dev-commits-src-main mailing list