summaryrefslogtreecommitdiffstats
path: root/sbin/ping/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-07-18 17:52:05 +0000
committerwollman <wollman@FreeBSD.org>1997-07-18 17:52:05 +0000
commit7644022078130377b15de7fe8d1a750fedbe4fdf (patch)
treeb818ff707c2183baa797745200f2d8a12791422a /sbin/ping/Makefile
parent2eae8190256a05c92aa3483eacdcd62e7f33ee53 (diff)
downloadFreeBSD-src-7644022078130377b15de7fe8d1a750fedbe4fdf.zip
FreeBSD-src-7644022078130377b15de7fe8d1a750fedbe4fdf.tar.gz
Calculate and print out the standard deviation of the round trip times.
This isn't necessarily the best statistic, but it is by far the easiest to calculate. Update the man page to be more explicit about precisely which statistics are printed out. Revert some of jmg's bogus man page changes from rev 1.11.
Diffstat (limited to 'sbin/ping/Makefile')
-rw-r--r--sbin/ping/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index a4a3685..4723926 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -5,5 +5,6 @@ MAN8= ping.8
BINOWN= root
BINMODE=4555
COPTS+= -Wall -Wmissing-prototypes
+LDADD= -lm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud