From 848a48c1410c102c9ac3281f15750a61099060b1 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Wed, 19 May 2004 12:35:11 +0000 Subject: [PATCH] added traceroute --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b5163d6..afd91a11 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.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)),) -- 2.47.0