summaryrefslogtreecommitdiff
path: root/lib/librumpnet/Makefile
blob: e34eeb96108359183ec1611fc4ddd010ad8a142e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.3 2021/11/01 21:37:33 nia Exp $
#

NOFULLRELRO=	yes

RUMPTOP=	${.CURDIR}/../../sys/rump

LIBDPLIBS+=     rump	${.CURDIR}/../librump

WARNS=		3	# XXX: kernel isn't ready for -Wsign-compare

.include "${RUMPTOP}/librump/rumpnet/Makefile.rumpnet"