Makefile revision 55740
1275970Scy# $FreeBSD: head/usr.sbin/ntp/doc/Makefile 55740 2000-01-10 09:20:03Z phantom $
2275970Scy
3275970ScyDOCSDIR=	/usr/share/doc/ntp
4275970Scy
5275970ScyHTMLS=	accopt.htm assoc.htm authopt.htm biblio.htm build.htm clockopt.htm \
6275970Scy	config.htm confopt.htm copyright.htm debug.htm driver1.htm \
7275970Scy	driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm \
8275970Scy	driver19.htm driver2.htm driver20.htm driver22.htm driver23.htm \
9275970Scy	driver24.htm driver26.htm driver27.htm driver28.htm driver29.htm \
10275970Scy	driver3.htm driver30.htm driver32.htm driver33.htm driver34.htm \
11275970Scy	driver4.htm driver5.htm driver6.htm driver7.htm driver8.htm \
12275970Scy	driver9.htm exec.htm extern.htm gadget.htm hints.htm \
13275970Scy	howto.htm htmlprimer.htm index.htm kern.htm kernpps.htm \
14275970Scy	ldisc.htm measure.htm miscopt.htm monopt.htm mx4200data.htm \
15275970Scy	notes.htm ntpd.htm ntpdate.htm ntpdc.htm ntpq.htm ntptime.htm \
16275970Scy	ntptrace.htm parsedata.htm parsenew.htm patches.htm porting.htm \
17275970Scy	pps.htm prefer.htm quick.htm rdebug.htm refclock.htm release.htm \
18275970Scy	tickadj.htm vxworks.htm y2k.htm
19275970Scy
20275970Scybeforeinstall:
21275970Scy.for file in ${HTMLS}
22275970Scy	cd ${.CURDIR}/../../../contrib/ntp/html ; \
23275970Scy	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
24275970Scy		${DESTDIR}${DOCSDIR}
25275970Scy.endfor
26275970Scy
27275970Scy.include <bsd.prog.mk>
28275970Scy