added dhcp to the set of packages that we build --- primarily needed for PL-Rocks
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 27 Dec 2005 23:19:51 +0000 (23:19 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 27 Dec 2005 23:19:51 +0000 (23:19 +0000)
Makefile

index a6e9d60..a7883e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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
 #