summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-01-10 09:05:30 +0000
committerphantom <phantom@FreeBSD.org>2000-01-10 09:05:30 +0000
commit3189df39619d2792c4521efa0dc71daf042d83ae (patch)
tree29d2ad063545419e86bd58cd301284f0781763b3 /usr.sbin/named
parent7600d97af85a11e07c2920d4874a3c31b7694b1c (diff)
downloadFreeBSD-src-3189df39619d2792c4521efa0dc71daf042d83ae.zip
FreeBSD-src-3189df39619d2792c4521efa0dc71daf042d83ae.tar.gz
Install additional documentation:
contrib/bind/doc/{html,misc} as /usr/share/doc/bind/{html,misc} Install additional manpages: . named.conf.5 . nsupdate.8 . named-bootconf.8
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/Makefile23
1 files changed, 22 insertions, 1 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 390f808..3f7018a 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -15,6 +15,27 @@ SRCS= tmp_version.c pathnames.h \
ns_resp.c ns_stats.c ns_ncache.c ns_xfr.c ns_glue.c \
ns_udp.c ns_config.c ns_update.c ns_ixfr.c ns_signal.c \
ns_sort.c ns_notify.c
-MAN8= named.8
+MAN5= named.conf.5
+MAN8= named.8 named-bootconf.8 nsupdate.8
+
+DOCDIR= /usr/share/doc/bind
+HTMLS= acl.html address_list.html comments.html config.html controls.html \
+ docdef.html example.html include.html index.html key.html \
+ logging.html master.html options.html server.html trusted-keys.html \
+ zone.html
+FILES= DynamicUpdate FAQ.1of2 FAQ.2of2 dns-setup style.txt
+
+
+beforeinstall:
+.for file in ${HTMLS}
+ cd ${BIND_DIR}/doc/html ; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
+ ${DESTDIR}${DOCDIR}/html
+.endfor
+.for file in ${FILES}
+ cd ${BIND_DIR}/doc/misc ; \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
+ ${DESTDIR}${DOCDIR}/misc
+.endfor
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud