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