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.

73 lines
893 B

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