From: Mark Huang Date: Wed, 4 May 2005 19:57:08 +0000 (+0000) Subject: - add plc rules, but do not build it by default X-Git-Tag: planetlab-3_1-branch-point~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=734b06f499ffe30f5f8c4135a1dde81a952b89c0;p=build.git - add plc rules, but do not build it by default --- diff --git a/Makefile b/Makefile index 2b1e4721..90855eac 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # 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