155740Sphantom# $FreeBSD$
255740Sphantom
3156813Sru.include <bsd.own.mk>
4156813Sru
588066SruFILESDIR=	${SHAREDIR}/doc/ntp
655740Sphantom
7156813Sru.if ${MK_HTML} != "no"
8132458SrobertoFILES=	accopt.html assoc.html audio.html authopt.html build.html \
9132458Sroberto	clockopt.html \
10132458Sroberto	config.html confopt.html copyright.html debug.html driver1.html \
11132458Sroberto	driver10.html driver11.html driver12.html driver16.html driver18.html \
12182008Sroberto	driver19.html driver2.html driver20.html driver22.html \
13182008Sroberto	driver26.html driver27.html driver28.html driver29.html \
14132458Sroberto	driver3.html driver30.html driver32.html driver33.html driver34.html \
15132458Sroberto	driver35.html driver36.html driver37.html \
16132458Sroberto	driver4.html driver5.html driver6.html driver7.html driver8.html \
17132458Sroberto	driver9.html extern.html hints.html \
18132458Sroberto	howto.html index.html kern.html \
19132458Sroberto	ldisc.html measure.html miscopt.html monopt.html mx4200data.html \
20132458Sroberto	notes.html ntpd.html ntpdate.html ntpdc.html ntpq.html ntptime.html \
21132458Sroberto	ntptrace.html parsedata.html parsenew.html patches.html porting.html \
22132458Sroberto	pps.html prefer.html quick.html rdebug.html refclock.html \
23132458Sroberto	release.html tickadj.html
24156736Sru.endif
2555740Sphantom
2674816SruMAN=	ntp.conf.5 ntp.keys.5
27201447SantoineMAN+=	ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8
2855857Ssheldonh
29132458Sroberto.PATH: ${.CURDIR}/../../../contrib/ntp/html \
30182008Sroberto	${.CURDIR}/../../../contrib/ntp/html/build \
31132458Sroberto	${.CURDIR}/../../../contrib/ntp/html/drivers
3255740Sphantom
3355740Sphantom.include <bsd.prog.mk>
34