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.

72 lines
763 B

8 years ago
8 years ago
  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/l*.m4
  26. missing
  27. ylwrap
  28. Makefile
  29. Makefile.in
  30. openntpd*.tar.gz
  31. ntpd.conf
  32. compat/arc4random.c
  33. compat/arc4random_*
  34. compat/chacha_private.h
  35. compat/explicit_bzero.c
  36. compat/getentropy_*
  37. compat/imsg-buffer.c
  38. compat/imsg.c
  39. compat/md5.c
  40. compat/reallocarray.c
  41. compat/recallocarray.c
  42. compat/sha2.c
  43. compat/strlcat.c
  44. compat/strlcpy.c
  45. compat/strndup.c
  46. compat/strnlen.c
  47. compat/strtonum.c
  48. client.c
  49. config.c
  50. constraint.c
  51. control.c
  52. include/imsg.h
  53. include/md5.h
  54. include/sha2_openbsd.h
  55. log.c
  56. log.h
  57. ntp.c
  58. ntp.h
  59. ntp_dns.c
  60. ntp_msg.c
  61. ntpd.c
  62. ntpd.h
  63. parse.c
  64. sensors.c
  65. server.c
  66. util.c