diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
commit | c0b746e5e8d9479f05b3749cbf1f73b8928719bd (patch) | |
tree | fc0cfa1aab0ff6b228f511b410733ef4f35d1ead /contrib/ntp/include/Makefile.am | |
download | src-c0b746e5e8d9479f05b3749cbf1f73b8928719bd.tar.gz src-c0b746e5e8d9479f05b3749cbf1f73b8928719bd.zip |
Virgin import of ntpd 4.0.98fvendor/ntp/4.0.98f
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=54359
svn path=/vendor/ntp/4.0.98f/; revision=54361; tag=vendor/ntp/4.0.98f
Diffstat (limited to 'contrib/ntp/include/Makefile.am')
-rw-r--r-- | contrib/ntp/include/Makefile.am | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/contrib/ntp/include/Makefile.am b/contrib/ntp/include/Makefile.am new file mode 100644 index 000000000000..1f80c16cf4fb --- /dev/null +++ b/contrib/ntp/include/Makefile.am @@ -0,0 +1,44 @@ +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies +AUTOMAKE_OPTIONS = ../util/ansi2knr +ETAGS_ARGS = $(srcdir)/Makefile.am +#EXTRA_DIST = TAGS + +noinst_HEADERS = \ + adjtime.h \ + ascii.h \ + binio.h \ + global.h \ + gps.h \ + ieee754io.h \ + iosignal.h \ + l_stdlib.h \ + mbg_gps166.h \ + md5.h \ + mx4200.h \ + ntif.h \ + ntp.h \ + ntp_calendar.h \ + ntp_control.h \ + ntp_datum.h \ + ntp_filegen.h \ + ntp_fp.h \ + ntp_if.h \ + ntp_io.h \ + ntp_machine.h \ + ntp_malloc.h \ + ntp_proto.h \ + ntp_refclock.h \ + ntp_request.h \ + ntp_select.h \ + ntp_stdlib.h \ + ntp_string.h \ + ntp_syscall.h \ + ntp_syslog.h \ + ntp_types.h \ + ntp_unixtime.h \ + ntpd.h \ + parse.h \ + parse_conf.h \ + recvbuff.h \ + trimble.h + |