diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-12-20 22:52:39 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-12-20 22:52:39 +0000 |
commit | b5e14a1344528861a7016aa2c6b0f2e9630d1526 (patch) | |
tree | f04bed14f7e8aed5c0e9d2f7785175c7951036d3 /sntp/include/Makefile.am | |
parent | 2b45e011ca352ce509bc83ae148230aeee0c7e0d (diff) | |
download | src-b5e14a1344528861a7016aa2c6b0f2e9630d1526.tar.gz src-b5e14a1344528861a7016aa2c6b0f2e9630d1526.zip |
Vendor import ntp 4.2.8.vendor/ntp/4.2.8
Reviewed by: roberto
Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2
Security: http://www.kb.cert.org/vuls/id/852879
Security: CVE-2014-9293
Security CVE-2014-9294
Security CVE-2014-9295
Security CVE-2014-9296
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=275970
svn path=/vendor/ntp/4.2.8/; revision=275971; tag=vendor/ntp/4.2.8
Diffstat (limited to 'sntp/include/Makefile.am')
-rw-r--r-- | sntp/include/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sntp/include/Makefile.am b/sntp/include/Makefile.am new file mode 100644 index 000000000000..12227889adf9 --- /dev/null +++ b/sntp/include/Makefile.am @@ -0,0 +1,19 @@ +NULL = + +EXTRA_DIST = \ + autogen-version.def \ + copyright.def \ + debug-opt.def \ + homerc.def \ + ntp.lic \ + version.def \ + version.texi \ + $(NULL) + +noinst_HEADERS = + +$(srcdir)/version.def: $(srcdir)/../../packageinfo.sh + cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def + +$(srcdir)/version.texi: $(srcdir)/../../packageinfo.sh + cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.texi |