From: Marc Fiuczynski Date: Tue, 27 Dec 2005 23:19:51 +0000 (+0000) Subject: added dhcp to the set of packages that we build --- primarily needed for PL-Rocks X-Git-Tag: planetlab-3_3-branch-point~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ad70bc176160bb55c1ed7fb7f5ee535d605b9c84;p=build.git added dhcp to the set of packages that we build --- primarily needed for PL-Rocks --- 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 #