From ef60cf248dc81dc8be2a6b6c8374f7771de2fd40 Mon Sep 17 00:00:00 2001 From: harti Date: Wed, 6 Aug 2003 16:01:32 +0000 Subject: When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT. --- sys/modules/en/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/en/Makefile') diff --git a/sys/modules/en/Makefile b/sys/modules/en/Makefile index 19781c5..42909fa 100644 --- a/sys/modules/en/Makefile +++ b/sys/modules/en/Makefile @@ -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} -- cgit v1.1