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