su.static: link with proto area libs (esp. libc)
[unleashed.git] / kernel / fs / Makefile
blob579f12cd2320159ce13a43752f596440d9feb81f
1 .include <../../cfgparam.mk>
3 SUBDIR_${CONFIG_FS_AUTOFS} = autofs
4 SUBDIR_${CONFIG_FS_HSFS} += hsfs
5 SUBDIR_${CONFIG_FS_LOFS} += lofs
6 SUBDIR_${CONFIG_FS_NAMEFS} += namefs
7 SUBDIR_${CONFIG_FS_PCFS} += pcfs
8 SUBDIR_${CONFIG_FS_UDFS} += udfs
10 SUBDIR = ${SUBDIR_y} \
11 bootfs \
12 ctfs \
13 dcfs \
14 dev \
15 devfs \
16 doorfs \
17 fdfs \
18 fifofs \
19 mntfs \
20 nfs \
21 objfs \
22 portfs \
23 sockfs \
24 specfs \
25 tmpfs \
26 ufs \
27 zfs
29 .include <bsd.subdir.mk>