From 1c01a56a7da8f7018668e941e146057dba8a31c1 Mon Sep 17 00:00:00 2001 From: jlemon Date: Thu, 7 Jun 2001 04:06:21 +0000 Subject: Relocate IPFilter from sys/netinet to sys/contrib/ipfilter. --- sys/conf/Makefile.pc98 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/conf/Makefile.pc98') diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index db604ae..004e50f 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -55,6 +55,9 @@ INCLUDES+= -I/usr/include # include path into 100+ source files. INCLUDES+= -I$S/contrib/dev/acpica +# ... and the same for ipfilter +INCLUDES+= -I$S/contrib/ipfilter + COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -include opt_global.h CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -- cgit v1.1