From 21c8c37016ea170bf53e0b341674e6c60fb166a3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 22 Feb 2006 21:42:37 +0000 Subject: [PATCH] - add iproute/tc to list of custom packages --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7883e47..85b0a9c6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.82 2005/12/08 19:56:44 mef Exp $ +# $Id: Makefile,v 1.83 2005/12/27 23:19:51 mef Exp $ # # Default target @@ -270,6 +270,17 @@ ALL += iptables iptables: kernel +# +# iproute +# + +iproute-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +iproute-MODULE := iproute2 +iproute-SPEC := iproute2/iproute.spec +ALL += iproute + +iptables: kernel + # # kexec-tools # -- 2.43.0