boot - Massage dloader.menu a bit more
[dragonfly.git] / sys / Makefile.modules
blobbd5f3ba32a67ebbb93cb71505db6cf6318715ad1
1 # Makefile.modules - build the modules (executed from the modules: target
2 # in Makefile).
4 .if defined(MODULES_OVERRIDE)
5 SUBDIR=${MODULES_OVERRIDE}
6 .else
7 .if ${MACHINE_PLATFORM} != "vkernel" && ${MACHINE_PLATFORM} != "vkernel64"
8 SUBDIR=bus
9 .endif
10 SUBDIR+=crypto emulation dev kern net netbt netgraph netproto vfs
11 SUBDIR+=libiconv
12 .endif
14 .include <bsd.subdir.mk>