1# $NetBSD: Makefile,v 1.5 2020/03/01 18:08:16 christos 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= ${LIBRUMPBASE} 12 13WARNS= 4 14 15.include <bsd.test.mk> 16