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.

82 lines
1.0 KiB

  1. *.y
  2. *.5
  3. *.8
  4. *.o
  5. *.la
  6. *.lo
  7. *.orig
  8. .deps
  9. .dirstamp
  10. .libs
  11. ntpd
  12. openbsd
  13. aclocal.m4
  14. autom4te.cache/
  15. compile
  16. config.guess
  17. config.log
  18. config.status
  19. config.sub
  20. configure
  21. depcomp
  22. install-sh
  23. libtool
  24. ltmain.sh
  25. m4/
  26. missing
  27. ylwrap
  28. Makefile
  29. Makefile.in
  30. openntpd*.tar.gz
  31. compat/arc4random.c
  32. compat/arc4random_freebsd.h
  33. compat/arc4random_hpux.h
  34. compat/arc4random_linux.h
  35. compat/arc4random_netbsd.h
  36. compat/arc4random_osx.h
  37. compat/arc4random_solaris.h
  38. compat/arc4random_uniform.c
  39. compat/arc4random_win.h
  40. compat/chacha_private.h
  41. compat/explicit_bzero.c
  42. compat/getentropy_freebsd.c
  43. compat/getentropy_hpux.c
  44. compat/getentropy_linux.c
  45. compat/getentropy_netbsd.c
  46. compat/getentropy_osx.c
  47. compat/getentropy_solaris.c
  48. compat/getentropy_win.c
  49. compat/imsg-buffer.c
  50. compat/imsg.c
  51. compat/md5.c
  52. compat/reallocarray.c
  53. compat/sha2.c
  54. compat/strlcat.c
  55. compat/strlcpy.c
  56. compat/strndup.c
  57. compat/strnlen.c
  58. compat/strtonum.c
  59. client.c
  60. config.c
  61. control.c
  62. include/imsg.h
  63. include/md5_openbsd.h
  64. include/sha2_openbsd.h
  65. log.c
  66. log.h
  67. ntp.c
  68. ntp.h
  69. ntp_dns.c
  70. ntp_msg.c
  71. ntpd.c
  72. ntpd.h
  73. parse.c
  74. sensors.c
  75. server.c
  76. util.c