added BootServerRequest
authorAaron Klingaman <alk@cs.princeton.edu>
Wed, 14 Apr 2004 15:36:52 +0000 (15:36 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Wed, 14 Apr 2004 15:36:52 +0000 (15:36 +0000)
Makefile

index 25f6409..dafdb76 100644 (file)
--- 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.23 2004/04/12 20:17:55 mlh-pl_rpm Exp $
+# $Id: Makefile,v 1.24 2004/04/13 22:16:32 mlh-pl_rpm Exp $
 #
 
 # Default target
@@ -335,6 +335,17 @@ httpd-MODULE := httpd
 httpd-SPEC := httpd/httpd.spec
 ALL += httpd
 
+#
+# BootServerRequest
+#
+
+BootServerRequest-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs
+BootServerRequest-INITIAL := HEAD
+BootServerRequest-TAG := HEAD
+BootServerRequest-MODULE := BootServerRequest
+BootServerRequest-SPEC := BootServerRequest/PLBootServerRequest.spec
+ALL += BootServerRequest
+
 ifeq ($(findstring $(package),$(ALL)),)
 
 # Build all packages