netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / sys / vfs / Makefile
1 # Makefile for vfs modules
2 #
3
4 SUBDIR=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 #
10 SUBDIR_ORDERED=
11
12 .include <bsd.subdir.mk>