Merge branch 'vendor/GREP'
[dragonfly.git] / sys / vfs / Makefile
1 # Makefile for vfs modules
2 #
3
4 SUBDIR=fifofs msdosfs portal nfs procfs puffs \
5         hpfs ntfs smbfs isofs mfs udf \
6         nullfs hammer tmpfs
7
8 .if defined(WANT_HAMMER2)
9 SUBDIR+= hammer2
10 .endif
11
12 # empty to allow concurrent building
13 #
14 SUBDIR_ORDERED=
15
16 .include <bsd.subdir.mk>