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.

23 lines
623 B

  1. noinst_HEADERS =
  2. noinst_HEADERS += machine/endian.h
  3. noinst_HEADERS += sys/queue.h
  4. noinst_HEADERS += sys/socket.h
  5. noinst_HEADERS += sys/types.h
  6. noinst_HEADERS += sys/time.h
  7. noinst_HEADERS += sys/mman.h
  8. noinst_HEADERS += sys/wait.h
  9. noinst_HEADERS += err.h
  10. noinst_HEADERS += ifaddrs.h
  11. noinst_HEADERS += imsg.h
  12. noinst_HEADERS += md5.h
  13. noinst_HEADERS += sha2.h
  14. noinst_HEADERS += signal.h
  15. noinst_HEADERS += sha2_openbsd.h
  16. noinst_HEADERS += paths.h
  17. noinst_HEADERS += poll.h
  18. noinst_HEADERS += stdio.h
  19. noinst_HEADERS += stdlib.h
  20. noinst_HEADERS += string.h
  21. noinst_HEADERS += time.h
  22. noinst_HEADERS += tls.h
  23. noinst_HEADERS += unistd.h