summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
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.ia64
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.ia64')
-rw-r--r--sys/conf/Makefile.ia643
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64
index c147769..1942107 100644
--- a/sys/conf/Makefile.ia64
+++ b/sys/conf/Makefile.ia64
@@ -63,6 +63,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