1994-05-26 05:23:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
|
|
|
|
PROG= traceroute
|
1994-08-05 16:31:05 +00:00
|
|
|
MAN8= traceroute.8
|
1994-05-26 05:23:31 +00:00
|
|
|
BINOWN= root
|
|
|
|
BINMODE=4555
|
1996-03-13 08:04:29 +00:00
|
|
|
CFLAGS+=-DHAVE_BZERO=1 -DHAVE_SETLINEBUF=1
|
1994-05-26 05:23:31 +00:00
|
|
|
|
1996-08-17 10:37:28 +00:00
|
|
|
# RTT Jitter on the internet these days means printing 3 decimal places on
|
|
|
|
# > 1000ms times is plain useless. Uncomment this to enable variable precision
|
|
|
|
# reporting, ie: print a variable precision from 0.001ms through 1000ms
|
|
|
|
# CFLAGS+=-DSANE_PRECISION
|
|
|
|
|
1994-05-26 05:23:31 +00:00
|
|
|
.include <bsd.prog.mk>
|