From 734b06f499ffe30f5f8c4135a1dde81a952b89c0 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 4 May 2005 19:57:08 +0000 Subject: [PATCH] - add plc rules, but do not build it by default --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.47.0