1 2.include <src.opts.mk> 3 4PACKAGE=ntp 5SUBDIR= drivers hints icons pic scripts 6 7FILESDIR= ${SHAREDIR}/doc/ntp 8 9.if ${MK_HTML} != "no" 10FILES= access.html accopt.html assoc.html audio.html authentic.html \ 11 authopt.html autokey.html bugs.html build.html clock.html \ 12 clockopt.html cluster.html comdex.html config.html confopt.html \ 13 copyright.html debug.html decode.html discipline.html discover.html \ 14 extern.html filter.html hints.html history.html howto.html \ 15 huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \ 16 miscopt.html monopt.html msyslog.html ntp-keygen.html ntp-wait.html \ 17 ntp.conf.html ntp.keys.html ntp_conf.html ntpd.html ntpdate.html \ 18 ntpdc.html ntpdsim.html ntpdsim_new.html ntpq.html ntpsnmpd.html \ 19 ntptime.html ntptrace.html orphan.html parsedata.html \ 20 parsenew.html poll.html pps.html prefer.html quick.html rate.html \ 21 rdebug.html refclock.html release.html select.html sitemap.html \ 22 sntp.html stats.html tickadj.html warp.html xleave.html 23.endif 24 25MAN= ntp.conf.5 ntp.keys.5 26MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8 27 28.PATH: ${SRCTOP}/contrib/ntp/html \ 29 ${SRCTOP}/contrib/ntp/util \ 30 ${SRCTOP}/contrib/ntp/ntpd \ 31 ${SRCTOP}/contrib/ntp/ntpsnmpd 32 33.include <bsd.prog.mk> 34