Skip to content

Commit

Permalink
show standard deviation (sync with freebsd-current)
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Mar 1, 2002
1 parent 0bc2328 commit 6e235c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd4/sbin/ping6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BINGRP= bin
BINMODE=4555

LDADD+= -L${.OBJDIR}/../../lib/libipsec -L${.OBJDIR}/../../lib/libinet6 \
-L/usr/local/v6/lib -lipsec -linet6
-L/usr/local/v6/lib -lipsec -linet6 -lm
DPADD+= ${.OBJDIR}/../../lib/libipsec/libipsec.a \
/usr/local/v6/lib/libipsec.a
DPADD+= ${.OBJDIR}/../../lib/libinet6/libinet6.a \
Expand Down

0 comments on commit 6e235c2

Please sign in to comment.