1 # Makefile.modules - build the modules (executed from the modules: target
4 .if defined(MODULES_OVERRIDE)
5 SUBDIR=${MODULES_OVERRIDE}
7 .if ${MACHINE_PLATFORM} != "vkernel" && ${MACHINE_PLATFORM} != "vkernel64"
10 SUBDIR+=crypto emulation dev gnu kern net netbt netgraph netproto vfs
14 .include <bsd.subdir.mk>