Lines Matching refs:conf

86 man5_MANS=	ntp.conf.5 ntp.keys.5
118 compsave.conf \
119 compsave.conf+ \
121 psl0save.conf \
122 psl0save.conf+ \
123 psl1save.conf \
124 psl1save.conf+ \
125 psl2save.conf \
126 psl2save.conf+ \
131 complete.conf.in \
132 invoke-ntp.conf.menu \
133 invoke-ntp.conf.texi \
139 ntp.conf.5man \
140 ntp.conf.5mdoc \
141 ntp.conf.def \
142 ntp.conf.man.in \
143 ntp.conf.mdoc.in \
144 ntp.conf.html \
145 ntp.conf.texi \
161 psl0.conf \
162 psl1.conf \
163 psl2.conf \
173 $(srcdir)/ntp.conf.html \
179 $(srcdir)/invoke-ntp.conf.menu \
180 $(srcdir)/invoke-ntp.conf.texi \
185 $(srcdir)/ntp.conf.man.in \
186 $(srcdir)/ntp.conf.mdoc.in \
350 $(srcdir)/invoke-ntp.conf.menu: $(srcdir)/invoke-ntp.conf.texi
353 $(srcdir)/invoke-ntp.conf.texi: $(srcdir)/ntp.conf.def $(std_def_list)
354 $(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.conf.def
362 $(srcdir)/ntp.conf.html: $(srcdir)/ntp.conf.texi $(srcdir)/invoke-ntp.conf.texi $(top_srcdir)/sntp/…
363 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.conf.html ntp.conf.texi || true )
373 $(srcdir)/ntp.conf.5man: $(srcdir)/ntp.conf.def $(std_def_list)
374 $(run_ag) -DMAN_SECTION=5man -Tagman-cmd.tpl ntp.conf.def
376 $(srcdir)/ntp.conf.man.in: $(srcdir)/ntp.conf.5man $(top_srcdir)/sntp/scripts/mansec2subst.sed
377 …sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5man > $(srcdir)/ntp.conf.ma…
378 mv $(srcdir)/ntp.conf.man.in+ $(srcdir)/ntp.conf.man.in
382 $(srcdir)/ntp.conf.5mdoc: $(srcdir)/ntp.conf.def $(std_def_list)
383 $(run_ag) -DMAN_SECTION=5mdoc -Tagmdoc-cmd.tpl ntp.conf.def
385 $(srcdir)/ntp.conf.mdoc.in: $(srcdir)/ntp.conf.5mdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
386 …sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5mdoc > $(srcdir)/ntp.conf.m…
387 mv $(srcdir)/ntp.conf.mdoc.in+ $(srcdir)/ntp.conf.mdoc.in
391 ntp.conf.5: $(srcdir)/ntp.conf.$(MANTAGFMT).in $(top_builddir)/config.status
392 $(top_builddir)/config.status --file=ntp.conf.5+:$(srcdir)/ntp.conf.$(MANTAGFMT).in
393 mv ntp.conf.5+ ntp.conf.5
430 check-saveconfig: complete.conf compsave.conf
431 -diff -u complete.conf compsave.conf
432 cmp complete.conf compsave.conf && echo stamp > $@
434 compsave.conf: ntpd complete.conf
435 ./ntpd --configfile complete.conf --saveconfigquit $@+
441 check-psl0: psl0.conf psl0save.conf
442 -diff -u $< psl0save.conf
443 cmp $< psl0save.conf && echo stamp > $@
445 psl0save.conf: psl0.conf ntpd
449 check-psl1: psl1.conf psl1save.conf
450 -diff -u $< psl1save.conf
451 cmp $< psl1save.conf && echo stamp > $@
453 psl1save.conf: psl1.conf ntpd
457 check-psl2: psl2.conf psl2save.conf
458 -diff -u $< psl2save.conf
459 cmp $< psl2save.conf && echo stamp > $@
461 psl2save.conf: psl2.conf ntpd