summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/doc/Makefile
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2004-07-20 15:44:32 +0000
committerroberto <roberto@FreeBSD.org>2004-07-20 15:44:32 +0000
commiteac3f226bba60fc68883240347410cfd4136e343 (patch)
tree6bdcfb48e637477e8605a8680d6b792e62d4d4b0 /usr.sbin/ntp/doc/Makefile
parent66b0c5ee1050efae95b630c55b23eb4b866554d3 (diff)
downloadFreeBSD-src-eac3f226bba60fc68883240347410cfd4136e343.zip
FreeBSD-src-eac3f226bba60fc68883240347410cfd4136e343.tar.gz
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/)
Diffstat (limited to 'usr.sbin/ntp/doc/Makefile')
-rw-r--r--usr.sbin/ntp/doc/Makefile37
1 files changed, 19 insertions, 18 deletions
diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile
index b52cae4..fd6a195 100644
--- a/usr.sbin/ntp/doc/Makefile
+++ b/usr.sbin/ntp/doc/Makefile
@@ -4,26 +4,27 @@ MAINTAINER= sheldonh
FILESDIR= ${SHAREDIR}/doc/ntp
-FILES= accopt.htm assoc.htm audio.htm authopt.htm biblio.htm build.htm \
- clockopt.htm \
- config.htm confopt.htm copyright.htm debug.htm driver1.htm \
- driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm \
- driver19.htm driver2.htm driver20.htm driver22.htm driver23.htm \
- driver24.htm driver26.htm driver27.htm driver28.htm driver29.htm \
- driver3.htm driver30.htm driver32.htm driver33.htm driver34.htm \
- driver35.htm driver36.htm driver37.htm \
- driver4.htm driver5.htm driver6.htm driver7.htm driver8.htm \
- driver9.htm exec.htm extern.htm gadget.htm hints.htm \
- howto.htm htmlprimer.htm index.htm kern.htm kernpps.htm \
- ldisc.htm measure.htm miscopt.htm monopt.htm mx4200data.htm \
- notes.htm ntpd.htm ntpdate.htm ntpdc.htm ntpq.htm ntptime.htm \
- ntptrace.htm parsedata.htm parsenew.htm patches.htm porting.htm \
- pps.htm prefer.htm qth.htm quick.htm rdebug.htm refclock.htm \
- release.htm tickadj.htm
+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+= ntp-genkeys.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
+MAN+= ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
-.PATH: ${.CURDIR}/../../../contrib/ntp/html
+.PATH: ${.CURDIR}/../../../contrib/ntp/html \
+ ${.CURDIR}/../../../contrib/ntp/html/drivers
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud