Cross Reference: Makefile
xref: /src/lib/librumpres/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/librumpres/
Makefile revision 1.1
11.1Schristos# $NetBSD: Makefile,v 1.1 2017/10/10 19:28:33 christos 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.1Schristos.include <bsd.lib.mk>
26

Indexes created Tue Jan 13 06:09:33 GMT 2026