diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
commit | b06b7e647fe7b4eefbd29369cf0c24e1902bf72a (patch) | |
tree | d18590df36faea870c6827c64a75516475938e4d /contrib/ntp/tests/ntpd/Makefile.am | |
parent | 8c7ff71d356bdceffa6cd5b5017c65d0d63d9abc (diff) | |
download | src-b06b7e647fe7b4eefbd29369cf0c24e1902bf72a.tar.gz src-b06b7e647fe7b4eefbd29369cf0c24e1902bf72a.zip |
Fix multiple vulnerabilities of ntp.releng/9.3
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=310419
Diffstat (limited to 'contrib/ntp/tests/ntpd/Makefile.am')
-rw-r--r-- | contrib/ntp/tests/ntpd/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ntp/tests/ntpd/Makefile.am b/contrib/ntp/tests/ntpd/Makefile.am index 2cab14f4c722..3ce512d89ae3 100644 --- a/contrib/ntp/tests/ntpd/Makefile.am +++ b/contrib/ntp/tests/ntpd/Makefile.am @@ -156,7 +156,6 @@ test_ntp_signd_SOURCES = \ t-ntp_signd.c \ run-t-ntp_signd.c \ $(srcdir)/../libntp/test-libntp.c \ - $(srcdir)/../../ntpd/ntp_signd.c \ $(NULL) $(srcdir)/run-t-ntp_signd.c: $(srcdir)/t-ntp_signd.c $(std_unity_list) |