- add plc rules, but do not build it by default
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 4 May 2005 19:57:08 +0000 (19:57 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 4 May 2005 19:57:08 +0000 (19:57 +0000)
Makefile

index 2b1e472..90855ea 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.63 2005/04/11 14:46:16 mlhuang Exp $
+# $Id: Makefile,v 1.64 2005/05/04 19:14:58 mlhuang Exp $
 #
 
 # Default target
@@ -291,6 +291,16 @@ spamassassin-MODULE := spamassassin
 spamassassin-SPEC := spamassassin/spamassassin.spec
 ALL += spamassassin
 
+#
+# PlanetLab Central Server Management
+#
+
+plc-CVSROOT := :ext:cvs.planet-lab.org:/cvs
+plc-MODULE := plc
+plc-SPEC := plc/plc.spec
+# Do not build by default
+# ALL += plc
+
 ifeq ($(findstring $(package),$(ALL)),)
 
 # Build all packages