kernel: Remove puffs(4), putter(9) and associated libs and utilities.
[dragonfly.git] / sys / vfs / Makefile
1 # Makefile for vfs modules
2 #
3
4 SUBDIR= fifofs msdosfs nfs procfs \
5         hpfs ntfs smbfs isofs mfs udf \
6         nullfs hammer tmpfs autofs
7
8 SUBDIR+= hammer2
9
10 # empty to allow concurrent building
11 #
12 SUBDIR_ORDERED=
13
14 .include <bsd.subdir.mk>