bhyve: fix build without casper/capsicum support
Fix typo introduced in 966026246e62769f3bcd8247a47fe0f4f0433aba. Pointed out by: jbeich
This commit is contained in:
parent
214257da3a
commit
845b273728
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user