summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-06 10:16:05 +0000
committerbapt <bapt@FreeBSD.org>2014-11-06 10:16:05 +0000
commit11ce22572d2ade75477bae8671a7b34f1c018ab5 (patch)
tree29c1d3c40ed5fc85e0a9ea2668acd04bf8beefd4 /usr.sbin/ntp
parent87a929d82df7625407ea12d9a07527a4c5276a67 (diff)
downloadFreeBSD-src-11ce22572d2ade75477bae8671a7b34f1c018ab5.zip
FreeBSD-src-11ce22572d2ade75477bae8671a7b34f1c018ab5.tar.gz
sntp does not depend on libm
Diffstat (limited to 'usr.sbin/ntp')
-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 11316c5..71c8157 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>
OpenPOWER on IntegriCloud