diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
commit | 224ba2bd37e182b64f7d78defef8a6cacaad3415 (patch) | |
tree | 3cfb63f1a112ee17469b17fc1593a88d004ddda6 /contrib/ntp/include/Makefile.am | |
parent | 1c80946020d06ca926154926c7c890d211708395 (diff) | |
download | src-224ba2bd37e182b64f7d78defef8a6cacaad3415.tar.gz src-224ba2bd37e182b64f7d78defef8a6cacaad3415.zip |
Virgin import of ntpd 4.1.0
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=82498
Diffstat (limited to 'contrib/ntp/include/Makefile.am')
-rw-r--r-- | contrib/ntp/include/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ntp/include/Makefile.am b/contrib/ntp/include/Makefile.am index d7f28f6155ab..44301eefe60b 100644 --- a/contrib/ntp/include/Makefile.am +++ b/contrib/ntp/include/Makefile.am @@ -5,11 +5,13 @@ ETAGS_ARGS = $(srcdir)/Makefile.am noinst_HEADERS = \ adjtime.h \ + audio.h \ ascii.h \ audio.h \ binio.h \ global.h \ gps.h \ + hopf6039.h \ icom.h \ ieee754io.h \ iosignal.h \ @@ -20,7 +22,10 @@ noinst_HEADERS = \ ntif.h \ ntp.h \ ntp_calendar.h \ + ntp_cmdargs.h \ + ntp_config.h \ ntp_control.h \ + ntp_crypto.h \ ntp_datum.h \ ntp_filegen.h \ ntp_fp.h \ @@ -36,6 +41,7 @@ noinst_HEADERS = \ ntp_string.h \ ntp_syscall.h \ ntp_syslog.h \ + ntp_tty.h \ ntp_types.h \ ntp_unixtime.h \ ntpd.h \ @@ -44,3 +50,4 @@ noinst_HEADERS = \ recvbuff.h \ trimble.h + |