summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute/Makefile
blob: 337f1294e64dbd73c730f046a11dfa0070555fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	traceroute
MAN8=	traceroute.8
BINOWN=	root
BINMODE=4555
CFLAGS+=-DHAVE_BZERO=1 -DHAVE_SETLINEBUF=1

# 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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud