aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorVitaliy Gusev <gusev.vitaliy@gmail.com>2023-04-28 07:02:51 +0000
committerCorvin Köhne <corvink@FreeBSD.org>2023-04-28 07:02:51 +0000
commit8371bbdadb9bb6b99d0b231995cc3bfcc5a668cb (patch)
tree1aea9cfe5a3e7381e79e26bbd3d6a04ccd9992da /usr.sbin
parent18126b647a43ff8fbb127cc036084110ac302d32 (diff)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index 02a1f67d66eb..9741d5f66ac1 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -118,10 +118,6 @@ CFLAGS+= -I${BHYVE_SYSDIR}/sys/dev/mii
CFLAGS+= -I${BHYVE_SYSDIR}/sys/dev/usb/controller
.if ${MK_BHYVE_SNAPSHOT} != "no"
CFLAGS+= -I${SRCTOP}/contrib/libucl/include
-
-# Temporary disable capsicum, until we integrate checkpoint code with it.
-CFLAGS+= -DWITHOUT_CAPSICUM
-
CFLAGS+= -DBHYVE_SNAPSHOT
.endif