xref: /freebsd/usr.sbin/ntp/doc/Makefile (revision 388cb77804dc2dc51fbce48bdbec9c7822f6b9b8)
18a3b8e2aSAlexey Zelkin# $FreeBSD$
28a3b8e2aSAlexey Zelkin
3388cb778SSheldon HearnMAINTAINER=	sheldonh
4388cb778SSheldon Hearn
58a3b8e2aSAlexey ZelkinDOCSDIR=	/usr/share/doc/ntp
68a3b8e2aSAlexey Zelkin
78a3b8e2aSAlexey ZelkinHTMLS=	accopt.htm assoc.htm authopt.htm biblio.htm build.htm clockopt.htm \
88a3b8e2aSAlexey Zelkin	config.htm confopt.htm copyright.htm debug.htm driver1.htm \
98a3b8e2aSAlexey Zelkin	driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm \
108a3b8e2aSAlexey Zelkin	driver19.htm driver2.htm driver20.htm driver22.htm driver23.htm \
118a3b8e2aSAlexey Zelkin	driver24.htm driver26.htm driver27.htm driver28.htm driver29.htm \
128a3b8e2aSAlexey Zelkin	driver3.htm driver30.htm driver32.htm driver33.htm driver34.htm \
138a3b8e2aSAlexey Zelkin	driver4.htm driver5.htm driver6.htm driver7.htm driver8.htm \
148a3b8e2aSAlexey Zelkin	driver9.htm exec.htm extern.htm gadget.htm hints.htm \
158a3b8e2aSAlexey Zelkin	howto.htm htmlprimer.htm index.htm kern.htm kernpps.htm \
168a3b8e2aSAlexey Zelkin	ldisc.htm measure.htm miscopt.htm monopt.htm mx4200data.htm \
178a3b8e2aSAlexey Zelkin	notes.htm ntpd.htm ntpdate.htm ntpdc.htm ntpq.htm ntptime.htm \
188a3b8e2aSAlexey Zelkin	ntptrace.htm parsedata.htm parsenew.htm patches.htm porting.htm \
198a3b8e2aSAlexey Zelkin	pps.htm prefer.htm quick.htm rdebug.htm refclock.htm release.htm \
208a3b8e2aSAlexey Zelkin	tickadj.htm vxworks.htm y2k.htm
218a3b8e2aSAlexey Zelkin
22fb137ad4SSheldon HearnMAN5=	ntp.conf.5 ntp.keys.5
23fb137ad4SSheldon HearnMAN8=	ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
246d8a85ebSSheldon Hearn
258a3b8e2aSAlexey Zelkinbeforeinstall:
268a3b8e2aSAlexey Zelkin.for file in ${HTMLS}
278a3b8e2aSAlexey Zelkin	cd ${.CURDIR}/../../../contrib/ntp/html ; \
288a3b8e2aSAlexey Zelkin	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
298a3b8e2aSAlexey Zelkin		${DESTDIR}${DOCSDIR}
308a3b8e2aSAlexey Zelkin.endfor
318a3b8e2aSAlexey Zelkin
328a3b8e2aSAlexey Zelkin.include <bsd.prog.mk>
33