The branch main has been updated by oshogbo:

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

commit 845b2737289564c90ddf7fcf01bb0275f0e8d937
Author:     Mariusz Zaborski <osho...@freebsd.org>
AuthorDate: 2021-01-03 17:17:04 +0000
Commit:     Mariusz Zaborski <osho...@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
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to