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