kern: Remove debug print
[dragonfly.git] / sys / vfs / Makefile
blob458aed583cf135c25021e1c80b055e897acc780f
1 # Makefile for vfs modules
4 SUBDIR=fifofs msdosfs portal nfs procfs puffs \
5 hpfs ntfs smbfs isofs mfs udf \
6 nullfs hammer tmpfs
8 .if defined(WANT_HAMMER2)
9 SUBDIR+= hammer2
10 .endif
12 # empty to allow concurrent building
14 SUBDIR_ORDERED=
16 .include <bsd.subdir.mk>