etc/services - sync with NetBSD-8
[minix.git] / tests / rump / rumpvfs / Makefile
blob5e05dbca2870f315a53fe7de9470c7dfdc047394
1 # $NetBSD: Makefile,v 1.4 2014/06/10 04:28:40 he Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/rump/rumpvfs
7 TESTS_C= t_basic
8 TESTS_C+= t_etfs
9 TESTS_C+= t_p2kifs
11 LDADD= -lrumpvfs -lrump -lrumpuser -lrump -lpthread
13 WARNS= 4
15 .include <bsd.test.mk>