diff options
author | Xin LI <delphij@FreeBSD.org> | 2018-02-28 07:59:55 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2018-02-28 07:59:55 +0000 |
commit | 091002585974d17c9533f943ec351c13a69788ab (patch) | |
tree | bbec1fc0a4b38e43c77b88d63529f7c983f36704 /contrib/ntp/adjtimed/Makefile.in | |
parent | 230061c53d4087036d9555911b73b63af26b1f50 (diff) | |
parent | d14ac12f8738acac881f20b4d6244cfc22c68ead (diff) |
MFV r330102: ntp 4.2.8p11
Notes
Notes:
svn path=/head/; revision=330104
Diffstat (limited to 'contrib/ntp/adjtimed/Makefile.in')
-rw-r--r-- | contrib/ntp/adjtimed/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/adjtimed/Makefile.in b/contrib/ntp/adjtimed/Makefile.in index 7ef749f0b16b..915d3f5dbb87 100644 --- a/contrib/ntp/adjtimed/Makefile.in +++ b/contrib/ntp/adjtimed/Makefile.in @@ -108,6 +108,7 @@ am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \ $(top_srcdir)/sntp/m4/ltsugar.m4 \ $(top_srcdir)/sntp/m4/ltversion.m4 \ $(top_srcdir)/sntp/m4/lt~obsolete.m4 \ + $(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \ $(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \ $(top_srcdir)/sntp/m4/ntp_compiler.m4 \ $(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \ @@ -952,7 +953,6 @@ install-exec-hook: # check-libntp: ../libntp/libntp.a - @echo stamp > $@ ../libntp/libntp.a: cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a |