Makefile revision 1.2
11.2Smrg# $NetBSD: Makefile,v 1.2 2019/10/13 07:28:11 mrg Exp $ 21.1Schristos 31.1SchristosUSE_FORT?= yes 41.1SchristosUSE_SHLIBDIR= yes 51.1Schristos 61.1Schristos.include <bsd.own.mk> 71.1Schristos 81.1SchristosLIB= rumpres 91.1Schristos 101.1SchristosSHLIB_MAJOR=0 111.1SchristosSHLIB_MINOR=0 121.1Schristos 131.1SchristosLIBDPLIBS+= rumpclient ${.CURDIR}/../librumpclient 141.1Schristos 151.1Schristos.if ${USE_INET6} != "no" 161.1SchristosCPPFLAGS+= -DINET6 171.1Schristos.endif 181.1Schristos 191.1Schristos.PATH: ${.CURDIR}/../libc/net 201.1SchristosSRCS= getaddrinfo.c getifaddrs.c getnameinfo.c 211.1SchristosSRCS+= if_indextoname.c if_nametoindex.c 221.1Schristos#SRCS+= gethnamaddr.c sethostent.c 231.1SchristosCPPFLAGS+= -DRUMP_ACTION 241.1Schristos 251.2SmrgCOPTS.getaddrinfo.c+= ${GCC_NO_STRINGOP_OVERFLOW} 261.2Smrg 271.1Schristos.include <bsd.lib.mk> 28