# Makefile.modules - build the modules (executed from the modules: target # in Makefile). # # $DragonFly: src/sys/Makefile.modules,v 1.5 2004/11/23 20:03:40 dillon Exp $ .if defined(MODULES_OVERRIDE) SUBDIR=${MODULES_OVERRIDE} .else SUBDIR=bus crypto emulation dev kern net netgraph netproto vfs SUBDIR+=libiconv .endif .include