summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
committerru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
commitbbef88e1a5535074053d60fa0fa2b5832f7de5ea (patch)
tree7fd7e5683e347709f8bd623688bd94074689c72a /usr.sbin/named
parent650091c3142d295b29e3809e946f4d064cc805a4 (diff)
downloadFreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.zip
FreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.tar.gz
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index b0ac4d0..f97c6c9 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -32,19 +32,15 @@ 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 style.txt
+MISCS= DynamicUpdate FAQ.1of2 FAQ.2of2 style.txt
+FILES= ${HTMLS} ${MISCS}
+.PATH: ${BIND_DIR}/doc/html ${BIND_DIR}/doc/misc
-
-beforeinstall:
.for file in ${HTMLS}
- cd ${BIND_DIR}/doc/html ; \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
- ${DESTDIR}${DOCDIR}/html
+FILESDIR_${file}= ${DOCDIR}/html
.endfor
-.for file in ${FILES}
- cd ${BIND_DIR}/doc/misc ; \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
- ${DESTDIR}${DOCDIR}/misc
+.for file in ${MISCS}
+FILESDIR_${file}= ${DOCDIR}/misc
.endfor
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud