Module Name: src
Committed By: tron
Date: Sun Nov 6 12:07:21 UTC 2011
Modified Files:
src/sys/modules/npf: Makefile
Log Message:
Define "INET6" to get IPv6 support.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/npf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/modules/npf/Makefile
diff -u src/sys/modules/npf/Makefile:1.5 src/sys/modules/npf/Makefile:1.6
--- src/sys/modules/npf/Makefile:1.5 Sun Nov 6 10:35:50 2011
+++ src/sys/modules/npf/Makefile Sun Nov 6 12:07:21 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/11/06 10:35:50 tron Exp $
+# $NetBSD: Makefile,v 1.6 2011/11/06 12:07:21 tron Exp $
.include "../Makefile.inc"
@@ -11,4 +11,6 @@ SRCS+= npf_inet.c npf_instr.c npf_log.c
SRCS+= npf_processor.c npf_ruleset.c npf_sendpkt.c npf_session.c
SRCS+= npf_state.c npf_tableset.c
+CPPFLAGS+= -DINET6
+
.include <bsd.kmodule.mk>