diff options
| author | Vitaliy Gusev <gusev.vitaliy@gmail.com> | 2023-04-28 07:02:51 +0000 |
|---|---|---|
| committer | Corvin Köhne <corvink@FreeBSD.org> | 2023-04-28 07:02:51 +0000 |
| commit | 8371bbdadb9bb6b99d0b231995cc3bfcc5a668cb (patch) | |
| tree | 1aea9cfe5a3e7381e79e26bbd3d6a04ccd9992da | |
| parent | 18126b647a43ff8fbb127cc036084110ac302d32 (diff) | |
| -rw-r--r-- | usr.sbin/bhyve/Makefile | 4 |
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 |
