diff options
-rw-r--r-- | usr.bin/dig/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/dnsquery/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/host/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 7b1e7f0..c2c9b22 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +USE_LIBBIND= yes .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" .PATH: ${BIND_DIR}/bin/dig diff --git a/usr.bin/dnsquery/Makefile b/usr.bin/dnsquery/Makefile index ac7cc11..915f3ea 100644 --- a/usr.bin/dnsquery/Makefile +++ b/usr.bin/dnsquery/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +USE_LIBBIND= yes .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" .PATH: ${BIND_DIR}/bin/dnsquery diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index 9f52189..a81d9e7 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +USE_LIBBIND= yes .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" .PATH: ${BIND_DIR}/bin/host |