summaryrefslogtreecommitdiffstats
path: root/usr.bin/nsupdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/nsupdate/Makefile')
-rw-r--r--usr.bin/nsupdate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
index 8612a0d..b8bd758 100644
--- a/usr.bin/nsupdate/Makefile
+++ b/usr.bin/nsupdate/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/nsupdate
.include "${LIB_BIND_DIR}/config.mk"
OpenPOWER on IntegriCloud