Index: head/usr.sbin/ntp/sntp/Makefile =================================================================== --- head/usr.sbin/ntp/sntp/Makefile (revision 274169) +++ head/usr.sbin/ntp/sntp/Makefile (revision 274170) @@ -1,16 +1,16 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../contrib/ntp/sntp PROG= sntp MAN= sntp.1 SRCS= internet.c main.c socket.c timing.c unix.c 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