Add getaddrinfo.c to RUMPSRCS for link-local addresses

This commit is contained in:
ozaki-r 2015-12-14 06:17:05 +00:00
parent f017a086d4
commit a3390d2a1a

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2015/09/01 09:54:34 ozaki-r Exp $
# $NetBSD: Makefile,v 1.12 2015/12/14 06:17:05 ozaki-r Exp $
.include <bsd.own.mk>
@ -15,7 +15,8 @@ CPPFLAGS+= -DINET6
CPPFLAGS+= -I. -I${TCPDUMP}
.PATH: ${.CURDIR}/../../lib/libc/net
RUMPSRCS= getifaddrs.c getnameinfo.c if_indextoname.c if_nametoindex.c
RUMPSRCS= getaddrinfo.c getifaddrs.c getnameinfo.c
RUMPSRCS+= if_indextoname.c if_nametoindex.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
.endif