1 # $NetBSD: Makefile,v 1.21 2011/03/10 20:02:26 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 .if ${MKZFS} != "no" 14 TESTS_SUBDIRS+= zfs 15 .endif 16 17 FILES= h_funcs.subr 18 FILESDIR= ${TESTSDIR} 19 20 .include <bsd.test.mk> 21