Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2010/11/30 17:32:29 pooka Exp $
2#
3
4RUMPTOP=	${.CURDIR}/../../sys/rump
5
6LIBDPLIBS+=     rump	${.CURDIR}/../librump
7MAN=		rump_etfs.3
8
9WARNS=		3	# XXX: kernel isn't ready for -Wsign-compare
10
11.include "${RUMPTOP}/librump/rumpvfs/Makefile.rumpvfs"
12