mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use libbind to get to the extended resolver and headers.
This commit is contained in:
parent
64baa0b4e3
commit
f7eddfb25a
3 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
USE_LIBBIND= yes
|
||||
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
|
||||
|
||||
.PATH: ${BIND_DIR}/bin/dig
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
USE_LIBBIND= yes
|
||||
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
|
||||
|
||||
.PATH: ${BIND_DIR}/bin/dnsquery
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
USE_LIBBIND= yes
|
||||
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
|
||||
|
||||
.PATH: ${BIND_DIR}/bin/host
|
||||
|
|
|
|||
Loading…
Reference in a new issue