- merge revision 1.11
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 18:17:00 +0000 (18:17 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 18:17:00 +0000 (18:17 +0000)
date: 2006/03/31 18:14:59;  author: mlhuang;  state: Exp;  lines: +11 -3
- add resman back for now (need /usr/sbin/bwlimit for pl_mom)

planetlab.mk

index 1a66b84..73ef919 100644 (file)
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2006 The Trustees of Princeton University
 #
-# $Id$
+# $Id: planetlab.mk,v 1.7.2.2 2006/03/30 16:34:37 mlhuang Exp $
 #
 
 #
@@ -165,6 +165,14 @@ pl_sshd-MODULE := pl_sshd
 pl_sshd-SPEC := pl_sshd/pl_sshd.spec
 ALL += pl_sshd
 
+#
+# Resource Management Tools
+#
+
+resman-MODULE := resman
+resman-SPEC := resman/resman.spec
+ALL += resman
+
 #
 # libhttpd++: 
 #