aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rndc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rndc/Makefile')
-rw-r--r--usr.sbin/rndc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rndc/Makefile b/usr.sbin/rndc/Makefile
index 0fd49c15f1a0..d236b5dcba56 100644
--- a/usr.sbin/rndc/Makefile
+++ b/usr.sbin/rndc/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
BIND_DIR= ${.CURDIR}/../../contrib/bind9
-LIB_BIND_DIR= ${.CURDIR}/../../lib/bind
+LIB_BIND_REL= ../../lib/bind
+LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL}
SRCDIR= ${BIND_DIR}/bin/rndc
.include "${LIB_BIND_DIR}/config.mk"