From eac3f226bba60fc68883240347410cfd4136e343 Mon Sep 17 00:00:00 2001 From: roberto Date: Tue, 20 Jul 2004 15:44:32 +0000 Subject: Update our ntpd to the long awaited 4.2.0 version. This bring us several things: - updated drivers - IPv6 support at last - ntp-genkeys is replaced by ntp-keygen - ntptrace is now a script (courtesy of John Hay) - lots of renamed files from .htm to .html (while I prefer .html, I find the change a bit gratuitous) - still no manpages :( Please test and report. Commit very much helped by: GNU arch (http://gnuarch.org/) --- usr.sbin/ntp/ntpdate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ntp/ntpdate') diff --git a/usr.sbin/ntp/ntpdate/Makefile b/usr.sbin/ntp/ntpdate/Makefile index af0db44..eba0fdf 100644 --- a/usr.sbin/ntp/ntpdate/Makefile +++ b/usr.sbin/ntp/ntpdate/Makefile @@ -8,8 +8,8 @@ SRCS= ntpdate.c version.c CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ -DPADD= ${LIBNTP} -LDADD= ${LIBNTP} +DPADD= ${LIBNTP} ${LIBMD} +LDADD= ${LIBNTP} -lmd CLEANFILES+= .version version.c -- cgit v1.1