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