mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
De-orbit more remnants of BIND 8.
Prodded by: ru@
This commit is contained in:
parent
73b3230180
commit
d4a8a500bc
2 changed files with 0 additions and 22 deletions
|
|
@ -1,11 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
USE_LIBBIND= true
|
||||
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
|
||||
|
||||
.PATH: ${BIND_DIR}/bin/dnskeygen
|
||||
.PATH: ${BIND_DIR}/doc/man
|
||||
|
||||
PROG= dnskeygen
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
USE_LIBBIND= yes
|
||||
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
|
||||
|
||||
.PATH: ${BIND_DIR}/bin/dnsquery
|
||||
.PATH: ${BIND_DIR}/doc/man
|
||||
|
||||
PROG= dnsquery
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Loading…
Reference in a new issue