summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/traceroute/Makefile')
-rw-r--r--usr.sbin/traceroute/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index b9d6c20..337f129 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -6,4 +6,9 @@ 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