ng_pppoe(4): Fix a typo in the code.
[dragonfly.git] / sys / dev / disk / Makefile
1 .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc"
2
3 SUBDIR= aha ahci aic aic7xxx ccd dm iscsi ispfw md mmcsd mps mpt ncv nsp
4 SUBDIR+= sbp sdhci sili stg trm vn vpo
5
6 .for dir in ${SUBDIR}
7 .if empty(DEV_SUPPORT:Mdisk) && \
8         empty(DEV_SUPPORT:Mdisk/${dir}) && empty(DEV_SUPPORT:Mdisk/${dir}/*)
9 SUBDIR:= ${SUBDIR:N${dir}}
10 .endif
11 .endfor
12
13 .include <bsd.subdir.mk>