Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/npf Define "INET6" to get IPv6 support.
details: https://anonhg.NetBSD.org/src/rev/a7f3ab347468
branches: trunk
changeset: 771019:a7f3ab347468
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 06 12:07:21 2011 +0000
description:
Define "INET6" to get IPv6 support.
diffstat:
sys/modules/npf/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r c41dcc34a326 -r a7f3ab347468 sys/modules/npf/Makefile
--- a/sys/modules/npf/Makefile Sun Nov 06 11:51:42 2011 +0000
+++ b/sys/modules/npf/Makefile Sun Nov 06 12:07:21 2011 +0000
@@ -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_processor.c npf_ruleset.c npf_sendpkt.c npf_session.c
SRCS+= npf_state.c npf_tableset.c
+CPPFLAGS+= -DINET6
+
.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index