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