Makefile revision 1.3
11.3Snia# $NetBSD: Makefile,v 1.3 2021/11/01 21:37:33 nia 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.2SmrgCOPTS.getaddrinfo.c+= ${GCC_NO_STRINGOP_OVERFLOW} 271.2Smrg 281.1Schristos.include <bsd.lib.mk> 29