1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

sntp does not depend on libm

This commit is contained in:
Baptiste Daroussin 2014-11-06 10:16:05 +00:00
parent 7a78c2b3d8
commit 0e97acdf58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274170

View File

@ -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>