# $NetBSD: Makefile,v 1.2 2019/10/13 07:28:11 mrg Exp $ USE_FORT?= yes USE_SHLIBDIR= yes .include LIB= rumpres SHLIB_MAJOR=0 SHLIB_MINOR=0 LIBDPLIBS+= rumpclient ${.CURDIR}/../librumpclient .if ${USE_INET6} != "no" CPPFLAGS+= -DINET6 .endif .PATH: ${.CURDIR}/../libc/net SRCS= getaddrinfo.c getifaddrs.c getnameinfo.c SRCS+= if_indextoname.c if_nametoindex.c #SRCS+= gethnamaddr.c sethostent.c CPPFLAGS+= -DRUMP_ACTION COPTS.getaddrinfo.c+= ${GCC_NO_STRINGOP_OVERFLOW} .include