ff7f0e8636
docs. Last I heard, Harlan Stenn was considering using FreeBSD's pages as a starting point for the ISC NTP distribution's own pages. If that happens, everyone wins and these can go away, to be replaced by imported versions in contrib/ntp.
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $FreeBSD$
|
|
|
|
FILESDIR= ${SHAREDIR}/doc/ntp
|
|
|
|
FILES= accopt.html assoc.html audio.html authopt.html build.html \
|
|
clockopt.html \
|
|
config.html confopt.html copyright.html debug.html driver1.html \
|
|
driver10.html driver11.html driver12.html driver16.html driver18.html \
|
|
driver19.html driver2.html driver20.html driver22.html driver23.html \
|
|
driver24.html driver26.html driver27.html driver28.html driver29.html \
|
|
driver3.html driver30.html driver32.html driver33.html driver34.html \
|
|
driver35.html driver36.html driver37.html \
|
|
driver4.html driver5.html driver6.html driver7.html driver8.html \
|
|
driver9.html extern.html hints.html \
|
|
howto.html index.html kern.html \
|
|
ldisc.html measure.html miscopt.html monopt.html mx4200data.html \
|
|
notes.html ntpd.html ntpdate.html ntpdc.html ntpq.html ntptime.html \
|
|
ntptrace.html parsedata.html parsenew.html patches.html porting.html \
|
|
pps.html prefer.html quick.html rdebug.html refclock.html \
|
|
release.html tickadj.html
|
|
|
|
MAN= ntp.conf.5 ntp.keys.5
|
|
MAN+= ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ntp/html \
|
|
${.CURDIR}/../../../contrib/ntp/html/drivers
|
|
|
|
.include <bsd.prog.mk>
|