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.
This commit is contained in:
Ollivier Robert 2002-11-04 19:44:26 +00:00
parent c9be7fa5ce
commit e265e481d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106428
3 changed files with 554 additions and 522 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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}/../

View File

@ -6,7 +6,7 @@ PROG=${1-UNKNOWN}
ConfStr="$PROG"
ConfStr="$ConfStr 4.1.1a"
ConfStr="$ConfStr 4.1.1b"
case "$CSET" in
'') ;;