Backout 274170 it breaks for mips

This commit is contained in:
Baptiste Daroussin 2014-11-06 18:50:59 +00:00
parent faab4473eb
commit 4465557ac2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274190

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= ${LIBOPTS}
LDADD= ${LIBOPTS}
DPADD= ${LIBM} ${LIBOPTS}
LDADD= -lm ${LIBOPTS}
.include <bsd.prog.mk>