summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpd/Makefile
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2004-07-20 15:44:32 +0000
committerroberto <roberto@FreeBSD.org>2004-07-20 15:44:32 +0000
commiteac3f226bba60fc68883240347410cfd4136e343 (patch)
tree6bdcfb48e637477e8605a8680d6b792e62d4d4b0 /usr.sbin/ntp/ntpd/Makefile
parent66b0c5ee1050efae95b630c55b23eb4b866554d3 (diff)
downloadFreeBSD-src-eac3f226bba60fc68883240347410cfd4136e343.zip
FreeBSD-src-eac3f226bba60fc68883240347410cfd4136e343.tar.gz
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/)
Diffstat (limited to 'usr.sbin/ntp/ntpd/Makefile')
-rw-r--r--usr.sbin/ntp/ntpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile
index fc97856..027b9b9 100644
--- a/usr.sbin/ntp/ntpd/Makefile
+++ b/usr.sbin/ntp/ntpd/Makefile
@@ -28,8 +28,8 @@ SRCS= cmd_args.c map_vme.c ntp_config.c \
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-DPADD= ${LIBPARSE} ${LIBNTP} ${LIBM}
-LDADD= ${LIBPARSE} ${LIBNTP} -lm
+DPADD= ${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBCRYPTO} ${LIBMD}
+LDADD= ${LIBPARSE} ${LIBNTP} -lm -lcrypto -lmd
CLEANFILES+= .version version.c
OpenPOWER on IntegriCloud