From d000a2c437ffd3720ad627221288177b34fdb215 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Mon, 12 Apr 2004 13:40:41 +0000 Subject: [PATCH] added MAKEDEV --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bd614e0..4b6ae396 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.7 2004/04/09 22:17:31 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.8 2004/04/12 13:24:25 alk-pl_rpm Exp $ # # Default target @@ -166,6 +166,17 @@ PlanetLabAccounts-MODULE := PlanetLabAccounts PlanetLabAccounts-SPEC := PlanetLabAccounts/PlanetLabAccounts.spec ALL += PlanetLabAccounts +# +# MAKEDEV +# + +MAKEDEV-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +MAKEDEV-INITIAL := MAKEDEV_3_2_2 +MAKEDEV-TAG := MAKEDEV_3_2_2_PL_6 +MAKEDEV-MODULE := MAKEDEV +MAKEDEV-SPEC := MAKEDEV/MAKEDEV.spec +ALL += MAKEDEV + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0