Remove irs re-implementation of getaddrinfo, getnameinfo, gai_strerror

that libc provides. XXX: Perhaps it is better to just make irs a private
library since not many things use it, and it is so small after we removed
the stuff that is provided by libc.
This commit is contained in:
christos 2014-07-13 14:54:22 +00:00
parent d03c4f3f9e
commit 28ea6bcb05
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/07/08 05:55:33 spz Exp $
# $NetBSD: Makefile,v 1.2 2014/07/13 14:54:22 christos Exp $
LIB=irs
#USE_SHLIBDIR= yes
@ -14,8 +14,7 @@ DIST= ${IDIST}/lib/irs
.PATH.c: ${DIST}
SRCS= context.c dnsconf.c gai_strerror.c getaddrinfo.c \
getnameinfo.c resconf.c version.c
SRCS= context.c dnsconf.c resconf.c version.c
.include <bsd.lib.mk>