freebsd-dev/usr.sbin/ntp/doc/Makefile
Ollivier Robert 6cb84f0c29 Update our ntpd to the long awaited 4.2.0 version.
This bring us several things:
- updated drivers
- IPv6 support at last
- ntp-genkeys is replaced by ntp-keygen
- ntptrace is now a script (courtesy of John Hay)
- lots of renamed files from .htm to .html (while I prefer .html, I
  find the change a bit gratuitous)
- still no manpages :(

Please test and report.

Commit very much helped by: GNU arch (http://gnuarch.org/)
2004-07-20 15:44:32 +00:00

31 lines
1.2 KiB
Makefile

# $FreeBSD$
MAINTAINER= sheldonh
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>