1
0
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:
Mariusz Zaborski 2021-01-03 18:17:04 +01:00
parent 214257da3a
commit 845b273728

View File

@ -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