From ad70bc176160bb55c1ed7fb7f5ee535d605b9c84 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 27 Dec 2005 23:19:51 +0000 Subject: [PATCH] added dhcp to the set of packages that we build --- primarily needed for PL-Rocks --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6e9d607..a7883e47 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.81 2005/12/02 18:54:55 mlhuang Exp $ +# $Id: Makefile,v 1.82 2005/12/08 19:56:44 mef Exp $ # # Default target @@ -279,6 +279,15 @@ kexec-tools-MODULE := kexec-tools kexec-tools-SPEC := kexec-tools/kexec-tools.spec ALL += kexec-tools +# +# dhcp +# + +dhcp-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +dhcp-MODULE := dhcp +dhcp-SPEC := dhcp/dhcp.spec +ALL += dhcp + # # util-python # -- 2.45.2