From aad7940881423ba797c21c046fc514e9739e605a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 15 Sep 2007 16:19:26 +0000 Subject: [PATCH] prevent include/netfilter.mk from being included multiple times SVN-Revision: 8781 --- include/netfilter.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/netfilter.mk b/include/netfilter.mk index bbdf4b3e3f..6f77f9670c 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -6,6 +6,9 @@ # # $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $ +ifneq ($(__inc_netfiler),1) +__inc_netfiler:=1 + ifeq ($(NF_KMOD),1) P_V4:=ipv4/netfilter/ P_XT:=netfilter/ @@ -161,3 +164,5 @@ IPT_BUILTIN += $(IPT_IPSEC-y) IPT_BUILTIN += $(IPT_IPSET-y) IPT_BUILTIN += $(IPT_NAT-y) IPT_BUILTIN += $(IPT_ULOG-y) + +endif # __inc_netfiler -- 2.30.2