summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/named/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 2a091271e714..658ba763c708 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -36,10 +36,10 @@ FILES= ${HTMLS} ${MISCS}
.PATH: ${BIND_DIR}/doc/html ${BIND_DIR}/doc/misc
.for file in ${HTMLS}
-FILESDIR_${file}= ${DESTDIR}${DOCDIR}/bind/html
+FILESDIR_${file}= ${DOCDIR}/bind/html
.endfor
.for file in ${MISCS}
-FILESDIR_${file}= ${DESTDIR}${DOCDIR}/bind/misc
+FILESDIR_${file}= ${DOCDIR}/bind/misc
.endfor
.include <bsd.prog.mk>