summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-06 18:50:59 +0000
committerbapt <bapt@FreeBSD.org>2014-11-06 18:50:59 +0000
commit1b9190082af55d565e5fd887f04144f34021a8d7 (patch)
tree93bca2372bf50a29799d21c807665ef939f7c500 /usr.sbin/ntp
parentd84874573a494ad41b23506b9d1087f1530fbe7b (diff)
downloadFreeBSD-src-1b9190082af55d565e5fd887f04144f34021a8d7.zip
FreeBSD-src-1b9190082af55d565e5fd887f04144f34021a8d7.tar.gz
Backout 274170 it breaks for mips
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 71c8157..11316c5 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= ${LIBOPTS}
-LDADD= ${LIBOPTS}
+DPADD= ${LIBM} ${LIBOPTS}
+LDADD= -lm ${LIBOPTS}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud