155740Sphantom# $FreeBSD$
255740Sphantom
3156813Sru.include <bsd.own.mk>
4156813Sru
5290000SglebiusSUBDIR=	drivers hints scripts
6290000Sglebius
788066SruFILESDIR=	${SHAREDIR}/doc/ntp
855740Sphantom
9156813Sru.if ${MK_HTML} != "no"
10290000SglebiusFILES=	access.html accopt.html assoc.html audio.html authentic.html \
11290000Sglebius	authopt.html autokey.html bugs.html build.html clock.html \
12290000Sglebius	clockopt.html cluster.html comdex.html config.html confopt.html \
13290000Sglebius	copyright.html debug.html decode.html discipline.html discover.html \
14290000Sglebius	extern.html filter.html hints.html history.html howto.html \
15290000Sglebius	huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \
16290000Sglebius	miscopt.html monopt.html msyslog.html ntp-keygen.html ntp-wait.html \
17290000Sglebius	ntp.conf.html ntp.keys.html ntp_conf.html ntpd.html ntpdate.html \
18290000Sglebius	ntpdc.html ntpdsim.html ntpdsim_new.html ntpq.html ntpsnmpd.html \
19290000Sglebius	ntptime.html ntptrace.html orphan.html parsedata.html \
20290000Sglebius	parsenew.html poll.html pps.html prefer.html quick.html rate.html \
21290000Sglebius	rdebug.html refclock.html release.html select.html sitemap.html \
22290000Sglebius	sntp.html stats.html tickadj.html warp.html xleave.html
23156736Sru.endif
2455740Sphantom
2574816SruMAN=	ntp.conf.5 ntp.keys.5
26290000SglebiusMAN+=	ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
2755857Ssheldonh
28132458Sroberto.PATH: ${.CURDIR}/../../../contrib/ntp/html \
29290000Sglebius	${.CURDIR}/../../../contrib/ntp/util \
30290000Sglebius	${.CURDIR}/../../../contrib/ntp/util \
31290000Sglebius	${.CURDIR}/../../../contrib/ntp/ntpd \
32290000Sglebius	${.CURDIR}/../../../contrib/ntp/ntpsnmpd
3355740Sphantom
3455740Sphantom.include <bsd.prog.mk>
35