2011-02-18 16:07:54 +03:00
|
|
|
# $NetBSD: Makefile,v 1.20 2011/02/18 13:07:54 pooka Exp $
|
2007-11-12 18:18:07 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2007-11-21 18:39:33 +03:00
|
|
|
TESTSDIR= ${TESTSBASE}/fs
|
|
|
|
|
2010-08-01 12:32:17 +04:00
|
|
|
SUBDIR+= common .WAIT
|
2010-07-20 19:09:32 +04:00
|
|
|
|
2011-02-18 16:07:54 +03:00
|
|
|
TESTS_SUBDIRS+= ffs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
|
2010-07-14 01:13:21 +04:00
|
|
|
TESTS_SUBDIRS+= tmpfs umapfs union
|
|
|
|
TESTS_SUBDIRS+= vfs
|
2007-11-12 18:18:07 +03:00
|
|
|
|
|
|
|
FILES= h_funcs.subr
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|