Makefile revision 17637
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3PROG=	traceroute
4MAN8=	traceroute.8
5BINOWN=	root
6BINMODE=4555
7CFLAGS+=-DHAVE_BZERO=1 -DHAVE_SETLINEBUF=1
8
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
14.include <bsd.prog.mk>
15