From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Thu, 3 Jun 2004 18:23:43 +0000 (+0000)
Subject: - add net-tools to build
X-Git-Tag: plkmod-scheduler-bugfix-branch-point~1
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f5ad9dafe67346182ce7166186c9d7576dc925c4;p=build.git

- add net-tools to build
---

diff --git a/Makefile b/Makefile
index afd91a11..6746aeaf 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.31 2004/05/18 17:45:09 alk-pl_rpm Exp $
+# $Id: Makefile,v 1.32 2004/05/19 12:35:11 alk-pl_rpm Exp $
 #
 
 # Default target
@@ -423,6 +423,17 @@ traceroute-MODULE := traceroute
 traceroute-SPEC := traceroute/traceroute.spec
 ALL += traceroute
 
+#
+# net-tools
+#
+
+net-tools-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs
+net-tools-INITIAL := net-tools-1_60
+net-tools-TAG := HEAD
+net-tools-MODULE := net-tools
+net-tools-SPEC := net-tools/RPM/net-tools.spec
+ALL += net-tools
+
 ifeq ($(findstring $(package),$(ALL)),)
 
 # Build all packages