From 694e7cdfc7be1452855800ae0be88488b82073df Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Tue, 18 May 2004 17:45:09 +0000 Subject: [PATCH] added iputils --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40600ab8..6b5163d6 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.29 2004/04/16 19:26:11 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.30 2004/04/16 19:36:24 mlh-pl_rpm Exp $ # # Default target @@ -401,6 +401,18 @@ PlanetLabID-MODULE := PlanetLabID PlanetLabID-SPEC := PlanetLabID/PlanetLabID.spec ALL += PlanetLabID +# +# iputils +# + +iputils-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +iputils-INITIAL := HEAD +iputils-TAG := HEAD +iputils-MODULE := iputils +iputils-SPEC := iputils/iputils.spec +ALL += iputils + + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0