linprocfs - Introduce /proc/mounts
[dragonfly.git] / sys / Makefile.modules
blob798f875b332043db9b7a84c6b7cf89601c48b91d
1 # Makefile.modules - build the modules (executed from the modules: target
2 # in Makefile).
4 # $DragonFly: src/sys/Makefile.modules,v 1.7 2007/12/30 20:02:56 hasso Exp $
5 .if defined(MODULES_OVERRIDE)
6 SUBDIR=${MODULES_OVERRIDE}
7 .else
8 .if ${MACHINE_PLATFORM} != "vkernel"
9 SUBDIR=bus
10 .endif
11 SUBDIR+=crypto emulation dev kern net netbt netgraph netproto vfs
12 SUBDIR+=libiconv
13 .endif
15 .include <bsd.subdir.mk>