Deleted Added
full compact
Makefile (36799) Makefile (39496)
1# $Id: Makefile,v 1.7 1997/02/22 16:14:03 peter Exp $
1# $Id: Makefile,v 1.8 1998/06/09 05:36:48 imp Exp $
2
3PROG= traceroute
4MAN8= traceroute.8
2
3PROG= traceroute
4MAN8= traceroute.8
5BINOWN= root
6BINMODE=4555
7CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
8 -DSTDC_HEADERS=1
9# RTT Jitter on the internet these days means printing 3 decimal places on
10# > 1000ms times is plain useless. Uncomment this to enable variable precision
11# reporting, ie: print a variable precision from 0.001ms through 1000ms
12# CFLAGS+=-DSANE_PRECISION
13

--- 12 unchanged lines hidden ---
5BINMODE=4555
6CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
7 -DSTDC_HEADERS=1
8# RTT Jitter on the internet these days means printing 3 decimal places on
9# > 1000ms times is plain useless. Uncomment this to enable variable precision
10# reporting, ie: print a variable precision from 0.001ms through 1000ms
11# CFLAGS+=-DSANE_PRECISION
12

--- 12 unchanged lines hidden ---