1# $FreeBSD$ 2 3DOCSDIR= /usr/share/doc/ntp 4 5HTMLS= accopt.htm assoc.htm authopt.htm biblio.htm build.htm clockopt.htm \ 6 config.htm confopt.htm copyright.htm debug.htm driver1.htm \ 7 driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm \ 8 driver19.htm driver2.htm driver20.htm driver22.htm driver23.htm \ 9 driver24.htm driver26.htm driver27.htm driver28.htm driver29.htm \ 10 driver3.htm driver30.htm driver32.htm driver33.htm driver34.htm \ 11 driver4.htm driver5.htm driver6.htm driver7.htm driver8.htm \ 12 driver9.htm exec.htm extern.htm gadget.htm hints.htm \ 13 howto.htm htmlprimer.htm index.htm kern.htm kernpps.htm \ 14 ldisc.htm measure.htm miscopt.htm monopt.htm mx4200data.htm \ 15 notes.htm ntpd.htm ntpdate.htm ntpdc.htm ntpq.htm ntptime.htm \ 16 ntptrace.htm parsedata.htm parsenew.htm patches.htm porting.htm \ 17 pps.htm prefer.htm quick.htm rdebug.htm refclock.htm release.htm \ 18 tickadj.htm vxworks.htm y2k.htm 19 20MAN8= ntp_acc.8 ntp_auth.8 ntp_clock.8 ntp_conf.8 ntp_misc.8 \ 21 ntp_mon.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 22 23beforeinstall: 24.for file in ${HTMLS} 25 cd ${.CURDIR}/../../../contrib/ntp/html ; \ 26 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ 27 ${DESTDIR}${DOCSDIR} 28.endfor 29 30.include <bsd.prog.mk> 31