summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-06-07 04:06:21 +0000
committerjlemon <jlemon@FreeBSD.org>2001-06-07 04:06:21 +0000
commit1c01a56a7da8f7018668e941e146057dba8a31c1 (patch)
treefdbb2401772838cf389079cb0187e6a57614b9d7 /sys/conf/Makefile.i386
parentc1df44ae51f0e038d79f66d82849ae33f48b5c94 (diff)
downloadFreeBSD-src-1c01a56a7da8f7018668e941e146057dba8a31c1.zip
FreeBSD-src-1c01a56a7da8f7018668e941e146057dba8a31c1.tar.gz
Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3863
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index da55b6c..07e03cf 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -53,6 +53,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}
OpenPOWER on IntegriCloud