# Makefile.modules - build the modules (executed from the modules: target # in Makefile). # # $DragonFly: src/sys/Makefile.modules,v 1.7 2007/12/30 20:02:56 hasso Exp $ .if defined(MODULES_OVERRIDE) SUBDIR=${MODULES_OVERRIDE} .else .if ${MACHINE_PLATFORM} != "vkernel" SUBDIR=bus .endif SUBDIR+=crypto emulation dev kern net netbt netgraph netproto vfs SUBDIR+=libiconv .endif .include