11.4Slukem# $NetBSD: Makefile,v 1.4 2023/06/03 09:09:10 lukem Exp $ 21.1Schristos 31.1SchristosUSE_FORT?= yes 41.1SchristosUSE_SHLIBDIR= yes 51.3SniaNOFULLRELRO= yes 61.1Schristos 71.1Schristos.include <bsd.own.mk> 81.1Schristos 91.1SchristosLIB= rumpres 101.1Schristos 111.1SchristosSHLIB_MAJOR=0 121.1SchristosSHLIB_MINOR=0 131.1Schristos 141.1SchristosLIBDPLIBS+= rumpclient ${.CURDIR}/../librumpclient 151.1Schristos 161.1Schristos.if ${USE_INET6} != "no" 171.1SchristosCPPFLAGS+= -DINET6 181.1Schristos.endif 191.1Schristos 201.1Schristos.PATH: ${.CURDIR}/../libc/net 211.1SchristosSRCS= getaddrinfo.c getifaddrs.c getnameinfo.c 221.1SchristosSRCS+= if_indextoname.c if_nametoindex.c 231.1Schristos#SRCS+= gethnamaddr.c sethostent.c 241.1SchristosCPPFLAGS+= -DRUMP_ACTION 251.1Schristos 261.4SlukemCOPTS.getaddrinfo.c+= ${CC_WNO_STRINGOP_OVERFLOW} 271.2Smrg 281.1Schristos.include <bsd.lib.mk> 29