sbin/hammer: Fix whitespace alignment changed by e0d7dd09
[dragonfly.git] / sys / vfs / Makefile
blob882f93395a2fea938f7e90b4be95f204818fb47b
1 # Makefile for vfs modules
4 SUBDIR=fifofs msdosfs portal nfs procfs puffs \
5 hpfs ntfs smbfs isofs mfs udf \
6 nullfs hammer tmpfs autofs
8 .if defined(WANT_HAMMER2)
9 SUBDIR+= hammer2
10 .endif
12 # empty to allow concurrent building
14 SUBDIR_ORDERED=
16 .include <bsd.subdir.mk>