Home | History | Annotate | Line # | Download | only in fs
Makefile revision 1.20
      1 # $NetBSD: Makefile,v 1.20 2011/02/18 13:07:54 pooka Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/fs
      6 
      7 SUBDIR+= 	common .WAIT
      8 
      9 TESTS_SUBDIRS+=	ffs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
     10 TESTS_SUBDIRS+=	tmpfs umapfs union
     11 TESTS_SUBDIRS+=	vfs
     12 
     13 FILES= h_funcs.subr
     14 FILESDIR= ${TESTSDIR}
     15 
     16 .include <bsd.test.mk>
     17