xref: /freebsd/usr.sbin/ntp/doc/Makefile (revision 2b15cb3d0922bd70ea592f0da9b4a5b167f4d53f)
18a3b8e2aSAlexey Zelkin# $FreeBSD$
28a3b8e2aSAlexey Zelkin
3c6063d0dSWarner Losh.include <src.opts.mk>
4e1fe3dbaSRuslan Ermilov
5*2b15cb3dSCy SchubertSUBDIR=	drivers hints icons pic scripts
6*2b15cb3dSCy Schubert
7dbee1004SRuslan ErmilovFILESDIR=	${SHAREDIR}/doc/ntp
88a3b8e2aSAlexey Zelkin
9e1fe3dbaSRuslan Ermilov.if ${MK_HTML} != "no"
10*2b15cb3dSCy SchubertFILES=	access.html accopt.html assoc.html audio.html authentic.html \
11*2b15cb3dSCy Schubert	authopt.html autokey.html bugs.html build.html clock.html \
12*2b15cb3dSCy Schubert	clockopt.html cluster.html comdex.html config.html confopt.html \
13*2b15cb3dSCy Schubert	copyright.html debug.html decode.html discipline.html discover.html \
14*2b15cb3dSCy Schubert	extern.html filter.html hints.html history.html howto.html \
15*2b15cb3dSCy Schubert	huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \
16*2b15cb3dSCy Schubert	miscopt.html monopt.html msyslog.html ntp-keygen.html ntp-wait.html \
17*2b15cb3dSCy Schubert	ntp.conf.html ntp.keys.html ntp_conf.html ntpd.html ntpdate.html \
18*2b15cb3dSCy Schubert	ntpdc.html ntpdsim.html ntpdsim_new.html ntpq.html ntpsnmpd.html \
19*2b15cb3dSCy Schubert	ntptime.html ntptrace.html orphan.html parsedata.html \
20*2b15cb3dSCy Schubert	parsenew.html poll.html pps.html prefer.html quick.html rate.html \
21*2b15cb3dSCy Schubert	rdebug.html refclock.html release.html select.html sitemap.html \
22*2b15cb3dSCy Schubert	sntp.html stats.html tickadj.html warp.html xleave.html
23897c6f17SRuslan Ermilov.endif
248a3b8e2aSAlexey Zelkin
25345e52e7SRuslan ErmilovMAN=	ntp.conf.5 ntp.keys.5
26*2b15cb3dSCy SchubertMAN+=	ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8
276d8a85ebSSheldon Hearn
286cb84f0cSOllivier Robert.PATH: ${.CURDIR}/../../../contrib/ntp/html \
29*2b15cb3dSCy Schubert	${.CURDIR}/../../../contrib/ntp/util \
30*2b15cb3dSCy Schubert	${.CURDIR}/../../../contrib/ntp/util \
31*2b15cb3dSCy Schubert	${.CURDIR}/../../../contrib/ntp/ntpd \
32*2b15cb3dSCy Schubert	${.CURDIR}/../../../contrib/ntp/ntpsnmpd
338a3b8e2aSAlexey Zelkin
348a3b8e2aSAlexey Zelkin.include <bsd.prog.mk>
35