xref: /freebsd/usr.sbin/ntp/doc/Makefile (revision e1fe3dba5ce2826061f6489765be9b4a341736a9)
18a3b8e2aSAlexey Zelkin# $FreeBSD$
28a3b8e2aSAlexey Zelkin
3e1fe3dbaSRuslan Ermilov.include <bsd.own.mk>
4e1fe3dbaSRuslan Ermilov
5dbee1004SRuslan ErmilovFILESDIR=	${SHAREDIR}/doc/ntp
68a3b8e2aSAlexey Zelkin
7e1fe3dbaSRuslan Ermilov.if ${MK_HTML} != "no"
86cb84f0cSOllivier RobertFILES=	accopt.html assoc.html audio.html authopt.html build.html \
96cb84f0cSOllivier Robert	clockopt.html \
106cb84f0cSOllivier Robert	config.html confopt.html copyright.html debug.html driver1.html \
116cb84f0cSOllivier Robert	driver10.html driver11.html driver12.html driver16.html driver18.html \
126cb84f0cSOllivier Robert	driver19.html driver2.html driver20.html driver22.html driver23.html \
136cb84f0cSOllivier Robert	driver24.html driver26.html driver27.html driver28.html driver29.html \
146cb84f0cSOllivier Robert	driver3.html driver30.html driver32.html driver33.html driver34.html \
156cb84f0cSOllivier Robert	driver35.html driver36.html driver37.html \
166cb84f0cSOllivier Robert	driver4.html driver5.html driver6.html driver7.html driver8.html \
176cb84f0cSOllivier Robert	driver9.html extern.html hints.html \
186cb84f0cSOllivier Robert	howto.html index.html kern.html \
196cb84f0cSOllivier Robert	ldisc.html measure.html miscopt.html monopt.html mx4200data.html \
206cb84f0cSOllivier Robert	notes.html ntpd.html ntpdate.html ntpdc.html ntpq.html ntptime.html \
216cb84f0cSOllivier Robert	ntptrace.html parsedata.html parsenew.html patches.html porting.html \
226cb84f0cSOllivier Robert	pps.html prefer.html quick.html rdebug.html refclock.html \
236cb84f0cSOllivier Robert	release.html tickadj.html
24897c6f17SRuslan Ermilov.endif
258a3b8e2aSAlexey Zelkin
26345e52e7SRuslan ErmilovMAN=	ntp.conf.5 ntp.keys.5
276cb84f0cSOllivier RobertMAN+=	ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
286d8a85ebSSheldon Hearn
296cb84f0cSOllivier Robert.PATH: ${.CURDIR}/../../../contrib/ntp/html \
306cb84f0cSOllivier Robert	${.CURDIR}/../../../contrib/ntp/html/drivers
318a3b8e2aSAlexey Zelkin
328a3b8e2aSAlexey Zelkin.include <bsd.prog.mk>
33