* README: Add README.cvs
* README.cvs: added.
bk: 379438c6S6NNVmB0DrZhRLJ3iTjPww
1999-07-20 Harlan Stenn <stenn@whimsy.udel.edu>
+ * README: Add README.cvs
+
* configure.in (ac_cv_var_struct_ntptime_val_timespec): Typo.
From: John Hay <jhay@mikom.csir.co.za>
README This file.
+README.cvs Instructions for folks who use the CVS-repository
+ version of NTP.
+
README.des If you *need* DES support.
README.hackers Notes to folks who want to hack on the code.
--- /dev/null
+If you get NTP via CVS, you will need to build the release using GNU make
+and gcc.
+
+You can then "make dist" to build a release tarball that does not require
+GNU make or gcc.
+
+The reason GNU make and gcc are required is because the repository version
+of NTP does not have the make dependencies built-in. These dependencies
+are created dynamically, and this dynamic process requires GNU make and gcc.