summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
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.pc98
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.pc98')
-rw-r--r--sys/conf/Makefile.pc983
1 files changed, 3 insertions, 0 deletions
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}
OpenPOWER on IntegriCloud