From c16cf16083407f8fffe93e0db47865d21492e256 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Mon, 12 Apr 2004 14:31:57 +0000 Subject: [PATCH] added PlanetLabKeys --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c995feb0..dc8da6a3 100644 --- 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.10 2004/04/12 14:03:16 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.11 2004/04/12 14:12:41 alk-pl_rpm Exp $ # # Default target @@ -199,6 +199,17 @@ PlanetLabConf-MODULE := PlanetLabConf PlanetLabConf-SPEC := PlanetLabConf/PlanetLabConf.spec ALL += PlanetLabConf +# +# PlanetLabKeys +# + +PlanetLabKeys-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +PlanetLabKeys-INITIAL := PLANETLABKEYS_0_1_R_3 +PlanetLabKeys-TAG := PLANETLABKEYS_0_1_R_3 +PlanetLabKeys-MODULE := PlanetLabKeys +PlanetLabKeys-SPEC := PlanetLabKeys/PlanetLabKeys.spec +ALL += PlanetLabKeys + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0