diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dnssec-keygen/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/dnssec-signzone/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/named-checkconf/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/named-checkzone/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/named/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/rndc-confgen/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/rndc/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/usr.sbin/dnssec-keygen/Makefile b/usr.sbin/dnssec-keygen/Makefile index 0c357df..3ac9005 100644 --- a/usr.sbin/dnssec-keygen/Makefile +++ b/usr.sbin/dnssec-keygen/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/dnssec .include "${LIB_BIND_DIR}/config.mk" diff --git a/usr.sbin/dnssec-signzone/Makefile b/usr.sbin/dnssec-signzone/Makefile index c8dd6a9..7c4ca65 100644 --- a/usr.sbin/dnssec-signzone/Makefile +++ b/usr.sbin/dnssec-signzone/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/dnssec .include "${LIB_BIND_DIR}/config.mk" diff --git a/usr.sbin/named-checkconf/Makefile b/usr.sbin/named-checkconf/Makefile index a478ba0..6a48669 100644 --- a/usr.sbin/named-checkconf/Makefile +++ b/usr.sbin/named-checkconf/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/check .include "${LIB_BIND_DIR}/config.mk" diff --git a/usr.sbin/named-checkzone/Makefile b/usr.sbin/named-checkzone/Makefile index 0531457..39384e5 100644 --- a/usr.sbin/named-checkzone/Makefile +++ b/usr.sbin/named-checkzone/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/check .include "${LIB_BIND_DIR}/config.mk" diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile index 12c7c8f..820b7fd 100644 --- a/usr.sbin/named/Makefile +++ b/usr.sbin/named/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/named .include "${LIB_BIND_DIR}/config.mk" diff --git a/usr.sbin/rndc-confgen/Makefile b/usr.sbin/rndc-confgen/Makefile index e69cb46..ab5b379 100644 --- a/usr.sbin/rndc-confgen/Makefile +++ b/usr.sbin/rndc-confgen/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" diff --git a/usr.sbin/rndc/Makefile b/usr.sbin/rndc/Makefile index 0fd49c1..d236b5d 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" |