summaryrefslogtreecommitdiffstats
path: root/sbin/ping6/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-03-01 09:49:48 +0000
committerume <ume@FreeBSD.org>2002-03-01 09:49:48 +0000
commitff42cf3e07ea977d1757a36f2930a66c3787a0f7 (patch)
treeff46525f4b1d86267c7311c838fde6a015fb7c51 /sbin/ping6/Makefile
parentd98b25897dbc3fea0fc19d416aa4de57ce2417d2 (diff)
downloadFreeBSD-src-ff42cf3e07ea977d1757a36f2930a66c3787a0f7.zip
FreeBSD-src-ff42cf3e07ea977d1757a36f2930a66c3787a0f7.tar.gz
Show standard deviation.
PR: bin/35433 Submitted by: Morten Rodal <morten@rodal.no>, Maxim Konovalov <maxim@macomnet.ru> MFC after: 1 week
Diffstat (limited to 'sbin/ping6/Makefile')
-rw-r--r--sbin/ping6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index c8ba599..98378fc 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -9,8 +9,8 @@ WARNS= 0
BINOWN= root
BINMODE=4555
-LDADD= -lipsec -lmd
-DPADD= ${LIBIPSEC} ${LIBMD}
+LDADD= -lipsec -lm -lmd
+DPADD= ${LIBIPSEC} ${LIBM} ${LIBMD}
# kame scopeid hack
CFLAGS+=-DKAME_SCOPEID
OpenPOWER on IntegriCloud