NetBSD/tests/fs/Makefile

21 lines
393 B
Makefile
Raw Normal View History

2014-05-10 18:15:25 +04:00
# $NetBSD: Makefile,v 1.23 2014/05/10 14:15:25 martin Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/fs
SUBDIR+= common .WAIT
2011-12-21 04:17:06 +04:00
TESTS_SUBDIRS+= ffs fifofs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
TESTS_SUBDIRS+= tmpfs umapfs union
2014-05-10 18:15:25 +04:00
TESTS_SUBDIRS+= vfs cd9660
.if ${MKZFS} != "no"
TESTS_SUBDIRS+= zfs
.endif
FILES= h_funcs.subr
FILESDIR= ${TESTSDIR}
.include <bsd.test.mk>