Merge branch 'vendor/OPENSSH'
[dragonfly.git] / sys / dev / disk / Makefile
1 # $DragonFly: src/sys/dev/disk/Makefile,v 1.4 2008/01/05 08:16:04 pavalos Exp $
2 #
3
4 .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc"
5
6 SUBDIR= aha ahci aic aic7xxx ccd iscsi ispfw md mpt ncv nsp sbp
7 SUBDIR+= sili stg trm vn vpo
8
9 .for dir in ${SUBDIR}
10 .if empty(DEV_SUPPORT:Mdisk) && \
11         empty(DEV_SUPPORT:Mdisk/${dir}) && empty(DEV_SUPPORT:Mdisk/${dir}/*)
12 SUBDIR:= ${SUBDIR:N${dir}}
13 .endif
14 .endfor
15
16 .include <bsd.subdir.mk>