etc/services - sync with NetBSD-8
[minix.git] / tests / fs / Makefile
blobeb53869041b96770d946315461774d1136a7d68d
1 # $NetBSD: Makefile,v 1.23 2014/05/10 14:15:25 martin Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/fs
7 SUBDIR+= common .WAIT
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
13 .if ${MKZFS} != "no"
14 TESTS_SUBDIRS+= zfs
15 .endif
17 FILES= h_funcs.subr
18 FILESDIR= ${TESTSDIR}
20 .include <bsd.test.mk>