summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2002-05-31 10:37:22 +0000
committerjedgar <jedgar@FreeBSD.org>2002-05-31 10:37:22 +0000
commit825ee8754a85c1c870a8e1b5feb9f2bfeb4a795e (patch)
treea6d3ec7e2a0a3a6bd57c002338bd28c618f4649d /usr.sbin/named
parentc2b2e9b3bc0c7915d5ea662b700f617fdbaf82bb (diff)
downloadFreeBSD-src-825ee8754a85c1c870a8e1b5feb9f2bfeb4a795e.zip
FreeBSD-src-825ee8754a85c1c870a8e1b5feb9f2bfeb4a795e.tar.gz
Remove DESTDIR which is already included in DOCDIR.
Submitted by: jhay
Diffstat (limited to 'usr.sbin/named')
-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 2a09127..658ba76 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>
OpenPOWER on IntegriCloud