Home | History | Annotate | Line # | Download | only in rumpvfs
Makefile revision 1.4
      1 # $NetBSD: Makefile,v 1.4 2014/06/10 04:28:40 he Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/rump/rumpvfs
      6 
      7 TESTS_C=	t_basic
      8 TESTS_C+=	t_etfs
      9 TESTS_C+=	t_p2kifs
     10 
     11 LDADD=	-lrumpvfs -lrump -lrumpuser -lrump -lpthread
     12 
     13 WARNS=	4
     14 
     15 .include <bsd.test.mk>
     16