summaryrefslogtreecommitdiff
path: root/lib/librumpdev/Makefile
blob: c44a55377951fef0ae8b4f4f8e61909ec33d79e9 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.1 2009/09/03 15:35:59 pooka Exp $
#

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

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

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

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