Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
915 B

9 years ago
  1. This is a new port of OpenBSD's native ntpd to other Unix flavours adding
  2. autoconf support and the necessary compatibility layer. It is based on
  3. portability code from the OpenSSH and LibreSSL portable projects.
  4. OpenNTPD has a web site at http://www.openntpd.org/
  5. The current portable tree can be found at https://github.com/openntpd-portable
  6. Platform Requirements
  7. ---------------------
  8. adjtime() and settimeofday() syscalls or equivalent.
  9. a working arc4random implementation, OpenSSL or LibreSSL
  10. (this project shares the same arc4random compatibility code from LibreSSL)
  11. At the time of writing the Portable version is known to build and work on:
  12. - OpenBSD (5.6)
  13. - Linux (Ubuntu 12.04, 14.04)
  14. - FreeBSD (9.x, 10.x)
  15. - Solaris (10.x, 11.x)
  16. - Mac OS X (10.9)
  17. It may work on others operating systems, newer and older, but it's still a work
  18. in progress. Reports (success or otherwise) and/or diffs welcome.