18a3b8e2aSAlexey Zelkin# $FreeBSD$ 28a3b8e2aSAlexey Zelkin 38a3b8e2aSAlexey ZelkinDOCSDIR= /usr/share/doc/ntp 48a3b8e2aSAlexey Zelkin 58a3b8e2aSAlexey ZelkinHTMLS= accopt.htm assoc.htm authopt.htm biblio.htm build.htm clockopt.htm \ 68a3b8e2aSAlexey Zelkin config.htm confopt.htm copyright.htm debug.htm driver1.htm \ 78a3b8e2aSAlexey Zelkin driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm \ 88a3b8e2aSAlexey Zelkin driver19.htm driver2.htm driver20.htm driver22.htm driver23.htm \ 98a3b8e2aSAlexey Zelkin driver24.htm driver26.htm driver27.htm driver28.htm driver29.htm \ 108a3b8e2aSAlexey Zelkin driver3.htm driver30.htm driver32.htm driver33.htm driver34.htm \ 118a3b8e2aSAlexey Zelkin driver4.htm driver5.htm driver6.htm driver7.htm driver8.htm \ 128a3b8e2aSAlexey Zelkin driver9.htm exec.htm extern.htm gadget.htm hints.htm \ 138a3b8e2aSAlexey Zelkin howto.htm htmlprimer.htm index.htm kern.htm kernpps.htm \ 148a3b8e2aSAlexey Zelkin ldisc.htm measure.htm miscopt.htm monopt.htm mx4200data.htm \ 158a3b8e2aSAlexey Zelkin notes.htm ntpd.htm ntpdate.htm ntpdc.htm ntpq.htm ntptime.htm \ 168a3b8e2aSAlexey Zelkin ntptrace.htm parsedata.htm parsenew.htm patches.htm porting.htm \ 178a3b8e2aSAlexey Zelkin pps.htm prefer.htm quick.htm rdebug.htm refclock.htm release.htm \ 188a3b8e2aSAlexey Zelkin tickadj.htm vxworks.htm y2k.htm 198a3b8e2aSAlexey Zelkin 208a3b8e2aSAlexey Zelkinbeforeinstall: 218a3b8e2aSAlexey Zelkin.for file in ${HTMLS} 228a3b8e2aSAlexey Zelkin cd ${.CURDIR}/../../../contrib/ntp/html ; \ 238a3b8e2aSAlexey Zelkin ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ 248a3b8e2aSAlexey Zelkin ${DESTDIR}${DOCSDIR} 258a3b8e2aSAlexey Zelkin.endfor 268a3b8e2aSAlexey Zelkin 278a3b8e2aSAlexey Zelkin.include <bsd.prog.mk> 28