summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-01-10 09:20:03 +0000
committerphantom <phantom@FreeBSD.org>2000-01-10 09:20:03 +0000
commitef41e876eaadde3bc71de0f84181251ff30eaa8c (patch)
tree5eb3c427a122956f4812e8211e7074fd2d675d75 /usr.sbin/ntp
parentf09d6cc64d49c808c3c9473a69431d7ac3b5038a (diff)
downloadFreeBSD-src-ef41e876eaadde3bc71de0f84181251ff30eaa8c.zip
FreeBSD-src-ef41e876eaadde3bc71de0f84181251ff30eaa8c.tar.gz
Install ntp html docs as /usr/share/doc/ntp
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/doc/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile
new file mode 100644
index 0000000..aeb1667
--- /dev/null
+++ b/usr.sbin/ntp/doc/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+DOCSDIR= /usr/share/doc/ntp
+
+HTMLS= accopt.htm assoc.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 \
+ 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 quick.htm rdebug.htm refclock.htm release.htm \
+ tickadj.htm vxworks.htm y2k.htm
+
+beforeinstall:
+.for file in ${HTMLS}
+ cd ${.CURDIR}/../../../contrib/ntp/html ; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
+ ${DESTDIR}${DOCSDIR}
+.endfor
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud