1# $NetBSD: Makefile,v 1.2 2010/11/30 16:16:33 pooka Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/rump/rumpvfs
6
7TESTS_C=	t_basic
8TESTS_C+=	t_etfs
9TESTS_C+=	t_p2kifs
10
11LDADD=	-lrumpvfs -lrump -lrumpuser -lpthread
12
13WARNS=	4
14
15.include <bsd.test.mk>
16