xref: /dragonfly/sys/vfs/Makefile (revision 267c04fd)
1# Makefile for vfs modules
2#
3
4SUBDIR=fifofs msdosfs portal nfs procfs puffs \
5	hpfs ntfs smbfs isofs mfs udf \
6	nullfs hammer tmpfs
7
8# empty to allow concurrent building
9#
10SUBDIR_ORDERED=
11
12.include <bsd.subdir.mk>
13