xref: /dflybsd-src/sys/vfs/Makefile (revision 4d178a6a8bdff7603d9bcb6c5fff68a4e2efd337)
1# Makefile for vfs modules
2#
3
4SUBDIR=	fifofs msdosfs nfs procfs \
5	hpfs ntfs smbfs isofs mfs udf \
6	nullfs hammer tmpfs autofs ext2fs fuse
7
8SUBDIR+= hammer2
9
10# empty to allow concurrent building
11#
12SUBDIR_ORDERED=
13
14.include <bsd.subdir.mk>
15