aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/sntp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-06 10:16:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-06 10:16:05 +0000
commit0e97acdf58fe27b09c4824a474b0344daf997c5f (patch)
tree29c1d3c40ed5fc85e0a9ea2668acd04bf8beefd4 /usr.sbin/ntp/sntp
parent7a78c2b3d81fcf2b89a44a0cdb606757c85c4e9f (diff)
downloadsrc-0e97acdf58fe27b09c4824a474b0344daf997c5f.tar.gz
src-0e97acdf58fe27b09c4824a474b0344daf997c5f.zip
sntp does not depend on libm
Notes
Notes: svn path=/head/; revision=274170
Diffstat (limited to 'usr.sbin/ntp/sntp')
-rw-r--r--usr.sbin/ntp/sntp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/sntp/Makefile b/usr.sbin/ntp/sntp/Makefile
index 11316c514296..71c81573bac9 100644
--- a/usr.sbin/ntp/sntp/Makefile
+++ b/usr.sbin/ntp/sntp/Makefile
@@ -10,7 +10,7 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
-DPACKAGE=\"sntp\" -DVERSION=\"1.6\" \
-I${.CURDIR}/../../../contrib/ntp/libopts
-DPADD= ${LIBM} ${LIBOPTS}
-LDADD= -lm ${LIBOPTS}
+DPADD= ${LIBOPTS}
+LDADD= ${LIBOPTS}
.include <bsd.prog.mk>