155740Sphantom# $FreeBSD: stable/11/usr.sbin/ntp/doc/Makefile 319191 2017-05-30 05:15:09Z ngie $
255740Sphantom
3265420Simp.include <src.opts.mk>
4156813Sru
5280849ScySUBDIR=	drivers hints icons pic scripts
6280849Scy
788066SruFILESDIR=	${SHAREDIR}/doc/ntp
855740Sphantom
9156813Sru.if ${MK_HTML} != "no"
10280849ScyFILES=	access.html accopt.html assoc.html audio.html authentic.html \
11280849Scy	authopt.html autokey.html bugs.html build.html clock.html \
12280849Scy	clockopt.html cluster.html comdex.html config.html confopt.html \
13280849Scy	copyright.html debug.html decode.html discipline.html discover.html \
14280849Scy	extern.html filter.html hints.html history.html howto.html \
15280849Scy	huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \
16280849Scy	miscopt.html monopt.html msyslog.html ntp-keygen.html ntp-wait.html \
17280849Scy	ntp.conf.html ntp.keys.html ntp_conf.html ntpd.html ntpdate.html \
18280849Scy	ntpdc.html ntpdsim.html ntpdsim_new.html ntpq.html ntpsnmpd.html \
19280849Scy	ntptime.html ntptrace.html orphan.html parsedata.html \
20280849Scy	parsenew.html poll.html pps.html prefer.html quick.html rate.html \
21280849Scy	rdebug.html refclock.html release.html select.html sitemap.html \
22280849Scy	sntp.html stats.html tickadj.html warp.html xleave.html
23156736Sru.endif
2455740Sphantom
2574816SruMAN=	ntp.conf.5 ntp.keys.5
26280849ScyMAN+=	ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
2755857Ssheldonh
28319191Sngie.PATH: ${SRCTOP}/contrib/ntp/html \
29319191Sngie	${SRCTOP}/contrib/ntp/util \
30319191Sngie	${SRCTOP}/contrib/ntp/ntpd \
31319191Sngie	${SRCTOP}/contrib/ntp/ntpsnmpd
3255740Sphantom
3355740Sphantom.include <bsd.prog.mk>
34