From 9353671693cae47b3f3b10652057f3490841f1f7 Mon Sep 17 00:00:00 2001 From: roberto Date: Mon, 4 Nov 2002 19:44:26 +0000 Subject: Update ntpd to 4.1.1b. There are two new drivers and the usual bunch of fixes. See contrib/ntp/ChangeLog for details. MFC after: 1 month Prodded by: jhay Tested on: sparc64 (panther), alpha (beast) and i386. --- usr.sbin/ntp/ntpd/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'usr.sbin/ntp/ntpd') diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile index aa91c02..495b697 100644 --- a/usr.sbin/ntp/ntpd/Makefile +++ b/usr.sbin/ntp/ntpd/Makefile @@ -18,11 +18,12 @@ SRCS= cmd_args.c map_vme.c ntp_config.c \ refclock_hopfpci.c refclock_hopfser.c refclock_hpgps.c \ refclock_irig.c refclock_jupiter.c refclock_leitch.c \ refclock_local.c refclock_msfees.c refclock_mx4200.c \ - refclock_nmea.c refclock_oncore.c refclock_palisade.c \ - refclock_parse.c refclock_pcf.c refclock_pst.c \ - refclock_ptbacts.c refclock_shm.c refclock_tpro.c \ - refclock_trak.c refclock_true.c refclock_ulink.c \ - refclock_usno.c refclock_wwv.c refclock_wwvb.c \ + refclock_neoclock4x.c refclock_nmea.c refclock_oncore.c \ + refclock_palisade.c refclock_parse.c refclock_pcf.c \ + refclock_pst.c refclock_ptbacts.c refclock_ripencc.c \ + refclock_shm.c refclock_tpro.c refclock_trak.c refclock_true.c \ + refclock_ulink.c refclock_usno.c refclock_wwv.c \ + refclock_wwvb.c \ version.c CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ -- cgit v1.1