When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT.

This commit is contained in:
harti 2003-08-06 16:01:32 +00:00
parent 0cdddaf43c
commit ef60cf248d

View File

@ -6,7 +6,7 @@ KMOD= if_en
SRCS= if_en_pci.c midway.c device_if.h bus_if.h pci_if.h
SRCS+= opt_inet.h opt_natm.h opt_ddb.h
CFLAGS+= -DENABLE_BPF
# CFLAGS+= -DINVARIANTS -DEN_DEBUG=0
# CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DEN_DEBUG=0
opt_inet.h:
echo "#define INET 1" > ${.TARGET}