dns: rename from netbsd to bsd

This commit is contained in:
Alfred E. Heggestad 2014-09-25 07:45:09 +00:00
parent 4aa3751b9c
commit 502a4e63d6
2 changed files with 1 additions and 1 deletions

View file

@ -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