mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
bhyve: fix build without casper/capsicum support
Fix typo introduced in 966026246e
.
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…
Reference in New Issue
Block a user