rc.conf: Add and document the missing root_rw_mount=YES
[dragonfly.git] / sys / dev / disk / Makefile
blobbe1529ca9e466cc5122a4e882c9adc0fcaa4195a
1 .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc"
3 SUBDIR= ahci ccd dm iscsi isp md mmcsd mpt nata
4 SUBDIR+= nvme sbp sdhci sili sym trm vn vpo
5 SUBDIR+= xdisk
7 .for dir in ${SUBDIR}
8 .if empty(DEV_SUPPORT:Mdisk) && \
9 empty(DEV_SUPPORT:Mdisk/${dir}) && empty(DEV_SUPPORT:Mdisk/${dir}/*)
10 SUBDIR:= ${SUBDIR:N${dir}}
11 .endif
12 .endfor
14 # Empty for concurrent build
16 SUBDIR_ORDERED=
18 .include <bsd.subdir.mk>