Makefile revision 55895
122347Spst# $FreeBSD: head/usr.sbin/ntp/doc/Makefile 55895 2000-01-13 09:59:55Z sheldonh $
222347Spst
322347SpstDOCSDIR=	/usr/share/doc/ntp
429964Sache
529964SacheHTMLS=	accopt.htm assoc.htm authopt.htm biblio.htm build.htm clockopt.htm \
622347Spst	config.htm confopt.htm copyright.htm debug.htm driver1.htm \
722347Spst	driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm \
822347Spst	driver19.htm driver2.htm driver20.htm driver22.htm driver23.htm \
922347Spst	driver24.htm driver26.htm driver27.htm driver28.htm driver29.htm \
1022347Spst	driver3.htm driver30.htm driver32.htm driver33.htm driver34.htm \
1122347Spst	driver4.htm driver5.htm driver6.htm driver7.htm driver8.htm \
1222347Spst	driver9.htm exec.htm extern.htm gadget.htm hints.htm \
1322347Spst	howto.htm htmlprimer.htm index.htm kern.htm kernpps.htm \
1422347Spst	ldisc.htm measure.htm miscopt.htm monopt.htm mx4200data.htm \
1522347Spst	notes.htm ntpd.htm ntpdate.htm ntpdc.htm ntpq.htm ntptime.htm \
1622347Spst	ntptrace.htm parsedata.htm parsenew.htm patches.htm porting.htm \
1722347Spst	pps.htm prefer.htm quick.htm rdebug.htm refclock.htm release.htm \
1822347Spst	tickadj.htm vxworks.htm y2k.htm
1922347Spst
2022347SpstMAN5=	ntp.conf.5 ntp.keys.5
2122347SpstMAN8=	ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
2222347Spst
2322347Spstbeforeinstall:
2422347Spst.for file in ${HTMLS}
2522347Spst	cd ${.CURDIR}/../../../contrib/ntp/html ; \
2622347Spst	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
2722347Spst		${DESTDIR}${DOCSDIR}
2822347Spst.endfor
2922347Spst
3022347Spst.include <bsd.prog.mk>
3122347Spst