Home | History | Annotate | Download | only in traceroute

Lines Matching refs:traceroute

5 #  Perl script to convert a standard distribution directory for traceroute into
11 # reduce the cost of updating from a new release of traceroute by an
15 # SRCDIR - traceroute source directory
18 # Written by Christos Zoulas Oct 2nd, 1997 for traceroute-1.4a5
25 @subdirs = ("usr.sbin/traceroute");
27 @trrtf = ("ifaddrlist.c", "savestr.c", "traceroute.c");
31 @trrtmf = ("traceroute.8");
173 print "Populating the usr.sbin/traceroute directory.\n";
174 &copyfiles ("$srcdir", "$targetdir/usr.sbin/traceroute", @trrtf, @trrthf, @trrtdf,
250 %% file usr.sbin/traceroute/Makefile
254 PROG= traceroute
270 %% file usr.sbin/traceroute/version.c