From 845b2737289564c90ddf7fcf01bb0275f0e8d937 Mon Sep 17 00:00:00 2001 From: Mariusz Zaborski Date: Sun, 3 Jan 2021 18:17:04 +0100 Subject: [PATCH] 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