Remove portal file system, mount_portal and examples.
[dragonfly.git] / sys / vfs / Makefile
blob9438062237dac8dd7464b6020286879d3df909b5
1 # Makefile for vfs modules
4 SUBDIR=fifofs msdosfs 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>