From 652c35332fe34cc9cac933d30bef895e7faf3414 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 10 Jan 2005 20:39:42 +0000 Subject: [PATCH] - add iptables to the build --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25df733f..6b8f7964 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.58 2004/12/08 16:25:56 mlhuang Exp $ +# $Id: Makefile,v 1.56 2004/11/04 18:35:45 mlhuang Exp $ # # Default target @@ -280,6 +280,17 @@ pl_mom-MODULE := pl_mom pl_mom-SPEC := pl_mom/pl_mom.spec ALL += pl_mom +# +# iptables +# + +iptables-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +iptables-MODULE := iptables +iptables-SPEC := iptables/iptables.spec +ALL += iptables + +iptables: kernel + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0