added traceroute
authorAaron Klingaman <alk@cs.princeton.edu>
Wed, 19 May 2004 12:35:11 +0000 (12:35 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Wed, 19 May 2004 12:35:11 +0000 (12:35 +0000)
Makefile

index 6b5163d..afd91a1 100644 (file)
--- 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.30 2004/04/16 19:36:24 mlh-pl_rpm Exp $
+# $Id: Makefile,v 1.31 2004/05/18 17:45:09 alk-pl_rpm Exp $
 #
 
 # Default target
@@ -412,6 +412,16 @@ iputils-MODULE := iputils
 iputils-SPEC := iputils/iputils.spec
 ALL += iputils
 
+#
+# traceroute
+#
+
+traceroute-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs
+traceroute-INITIAL := HEAD
+traceroute-TAG := HEAD
+traceroute-MODULE := traceroute
+traceroute-SPEC := traceroute/traceroute.spec
+ALL += traceroute
 
 ifeq ($(findstring $(package),$(ALL)),)