dns: use BSD resolve api for OpenBSD
This commit is contained in:
parent
cbab363c47
commit
4aa3751b9c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ SRCS += dns/rr.c
|
|||
SRCS += dns/rrlist.c
|
||||
|
||||
ifneq ($(HAVE_LIBRESOLV),)
|
||||
ifeq ($(OS),netbsd)
|
||||
ifeq ($(filter-out netbsd openbsd,$(OS)),)
|
||||
SRCS += dns/netbsd/srv.c
|
||||
else
|
||||
SRCS += dns/res.c
|
||||
|
|
Loading…
Add table
Reference in a new issue