diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-04-10 01:26:02 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-04-10 01:26:02 +0000 |
commit | 4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (patch) | |
tree | f0f951897eebdd4e1fe1c8d47d866fa6c128828d /sntp/include/Makefile.in | |
parent | f7cba3a80d9ebefc57776fffd17a4ae68f72e494 (diff) | |
download | src-4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba.tar.gz src-4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba.zip |
Vendor import ntp 4.2.8p2vendor/ntp/4.2.8p2
Approved by: delphij
Security: CVE-2015-1798, CVE-2015-1799
Security: VuXML ebd84c96-dd7e-11e4-854e-3c970e169bc2
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=281348
svn path=/vendor/ntp/4.2.8p2/; revision=281349; tag=vendor/ntp/4.2.8p2
Diffstat (limited to 'sntp/include/Makefile.in')
-rw-r--r-- | sntp/include/Makefile.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sntp/include/Makefile.in b/sntp/include/Makefile.in index 9f5c92a83a76..31db061256cb 100644 --- a/sntp/include/Makefile.in +++ b/sntp/include/Makefile.in @@ -40,8 +40,6 @@ DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ $(top_srcdir)/libopts/m4/stdnoreturn.m4 \ - $(top_srcdir)/libevent/m4/openldap-thread-check.m4 \ - $(top_srcdir)/libevent/m4/openldap.m4 \ $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ @@ -61,8 +59,10 @@ am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ $(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \ $(top_srcdir)/m4/ntp_sysexits.m4 \ $(top_srcdir)/m4/ntp_ver_suffix.m4 \ - $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/m4/snprintf.m4 \ - $(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/m4/openldap-thread-check.m4 \ + $(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \ + $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/version.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -249,6 +249,11 @@ TIMETRIM_DL = @TIMETRIM_DL@ TIMETRIM_DS = @TIMETRIM_DS@ TIMETRIM_MS = @TIMETRIM_MS@ TIMETRIM_NI = @TIMETRIM_NI@ +UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ +UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ +UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ +UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ +UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ VERSION = @VERSION@ VER_SUFFIX = @VER_SUFFIX@ abs_builddir = @abs_builddir@ |