diff options
author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 00:00:00 -0800 |
---|---|---|
committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 00:00:00 -0800 |
commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /contrib/xntpd/README.FreeBSD | |
parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
download | src-a16f65c7d117419bd266c28a1901ef129a337569.tar.gz src-a16f65c7d117419bd266c28a1901ef129a337569.zip |
Release FreeBSD 1.1release/1.1.0_cvs
This commit was manufactured to restore the state of the 1.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'contrib/xntpd/README.FreeBSD')
-rw-r--r-- | contrib/xntpd/README.FreeBSD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/xntpd/README.FreeBSD b/contrib/xntpd/README.FreeBSD new file mode 100644 index 000000000000..437d4783d1ed --- /dev/null +++ b/contrib/xntpd/README.FreeBSD @@ -0,0 +1,10 @@ +This version of NTP was converted to the BSD-style Makefile system by +Garrett Wollman (wollman@freefall.cdrom.com); it is based on version +3.3z (late beta) from the University of Delaware. + +Besides the Makefile changes, the DES code has been completely removed +in order to make this code exportable. If you have a legal copy of +`authdes.c', you can just add it to the lib/ directory and add `-DDES' +to the AUTHDEFS in Makefile.inc. + +You can change CLOCKDEFS in the same file to add other reference clocks. |