netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / sys / vfs / Makefile
CommitLineData
7d1b9a3b
MD
1# Makefile for vfs modules
2#
7d1b9a3b 3
ab5617b3 4SUBDIR=fifofs msdosfs portal nfs procfs puffs \
1b9ef954 5 hpfs ntfs smbfs isofs mfs udf \
7a2de9a4 6 nullfs hammer tmpfs
7d1b9a3b 7
b0d289c2
MD
8# empty to allow concurrent building
9#
10SUBDIR_ORDERED=
11
7d1b9a3b 12.include <bsd.subdir.mk>