aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-06-07 04:06:21 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-06-07 04:06:21 +0000
commit88d74af54801e3f847a8a5b9d8ef3669b6d17f5e (patch)
tree031af67256653db56f24ae15aa66853272468718 /sys/conf/Makefile.pc98
parent4422746fdff90945e92818269eae3a714156ca7e (diff)
Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.
Notes
Notes: svn path=/head/; revision=77854
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 db604ae5795c..004e50f01c41 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}