]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.
authorroberto <roberto@FreeBSD.org>
Mon, 13 Dec 1999 14:09:56 +0000 (14:09 +0000)
committerroberto <roberto@FreeBSD.org>
Mon, 13 Dec 1999 14:09:56 +0000 (14:09 +0000)
commit2c4532a5b204bf46ef9bed83b39fad4796af075f
tree24b9c349b4d68d37c1d8135507f472611002728c
parent51419295b1881d06d16787b11610eb01251cae2a
Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.
This is the second part of the commit (the third -- link in usr.sbin/Makefile)
will be done after a more complete review by phk & obrien.

NOTE: the number of drivers included in the default configuration is very
minimal, mainly local clocks and the one I use RAWDCF. Anyone wanting to
have a more complete version will find recompilation very easy.

It builds and runs on both alpha & i386. It also does survive "make world".

Reviewed by: phk, obrien (partly)
14 files changed:
usr.sbin/ntp/Makefile [new file with mode: 0644]
usr.sbin/ntp/Makefile.inc [new file with mode: 0644]
usr.sbin/ntp/config.h [new file with mode: 0644]
usr.sbin/ntp/libntp/Makefile [new file with mode: 0644]
usr.sbin/ntp/libparse/Makefile [new file with mode: 0644]
usr.sbin/ntp/ntpd/Makefile [new file with mode: 0644]
usr.sbin/ntp/ntpdate/Makefile [new file with mode: 0644]
usr.sbin/ntp/ntpdc/Makefile [new file with mode: 0644]
usr.sbin/ntp/ntpq/Makefile [new file with mode: 0644]
usr.sbin/ntp/ntptime/Makefile [new file with mode: 0644]
usr.sbin/ntp/ntptimeset/Makefile [new file with mode: 0644]
usr.sbin/ntp/ntptrace/Makefile [new file with mode: 0644]
usr.sbin/ntp/scripts/mkver [new file with mode: 0755]
usr.sbin/ntp/scripts/ntpver [new file with mode: 0755]