linprocfs - Introduce /proc/mounts
[dragonfly.git] / sys / dev / Makefile
blobd4c8559496a70e445379714a5f64f94595b5232b
1 # $DragonFly: src/sys/dev/Makefile,v 1.12 2007/01/30 14:50:10 corecode Exp $
4 .include "../platform/${MACHINE_PLATFORM}/Makefile.inc"
6 SUBDIR= \
7 acpica5 \
8 agp \
9 bridge \
10 crypto \
11 disk \
12 drm \
13 est \
14 misc \
15 netif \
16 pccard \
17 powermng \
18 raid \
19 serial \
20 sound \
21 usbmisc \
22 video \
23 virtual
25 .for dir in ${SUBDIR}
26 .if empty(DEV_SUPPORT:M${dir}) && empty(DEV_SUPPORT:M${dir}/*)
27 SUBDIR:= ${SUBDIR:N${dir}}
28 .endif
29 .endfor
31 .include <bsd.subdir.mk>