1 # $NetBSD: Makefile,v 1.25.4.1 2024/06/29 19:43:26 perseant Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/fs 6 7 SUBDIR+= common .WAIT 8 9 TESTS_SUBDIRS+= ffs fifofs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs 10 TESTS_SUBDIRS+= tmpfs umapfs union 11 TESTS_SUBDIRS+= vfs cd9660 12 13 .if ${MKZFS} != "no" 14 TESTS_SUBDIRS+= zfs 15 .endif 16 17 .if ${MKEXFATFS} != "no" 18 TESTS_SUBDIRS+= exfatfs 19 .endif 20 21 FILES= h_funcs.subr 22 FILESDIR= ${TESTSDIR} 23 24 .include <bsd.test.mk> 25