# $DragonFly: src/sys/dev/disk/Makefile,v 1.3 2007/01/30 14:50:11 corecode Exp $ # .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc" SUBDIR= aha aic7xxx ccd ispfw md ncv nsp sbp stg trm vn vpo .for dir in ${SUBDIR} .if empty(DEV_SUPPORT:Mdisk) && \ empty(DEV_SUPPORT:Mdisk/${dir}) && empty(DEV_SUPPORT:Mdisk/${dir}/*) SUBDIR:= ${SUBDIR:N${dir}} .endif .endfor .include