dns: rename from netbsd to bsd
This commit is contained in:
parent
4aa3751b9c
commit
502a4e63d6
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SRCS += dns/rrlist.c
|
|||
|
||||
ifneq ($(HAVE_LIBRESOLV),)
|
||||
ifeq ($(filter-out netbsd openbsd,$(OS)),)
|
||||
SRCS += dns/netbsd/srv.c
|
||||
SRCS += dns/bsd/srv.c
|
||||
else
|
||||
SRCS += dns/res.c
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue