mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Use libbind to get to the extended resolver and headers.
This commit is contained in:
parent
64baa0b4e3
commit
f7eddfb25a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53933
@ -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 New Issue
Block a user