summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.alpha
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.alpha
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.alpha')
-rw-r--r--sys/conf/Makefile.alpha5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 3d14ccf..6fc5507 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -48,6 +48,11 @@ INCLUDES+= -I$S/../include
.else
INCLUDES+= -I/usr/include
.endif
+
+# This hack lets us use the ipfilter code without spamming a new
+# include path into 100+ source files.
+INCLUDES+= -I$S/contrib/ipfilter
+
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
OpenPOWER on IntegriCloud