xref: /dragonfly/sys/Makefile.modules (revision 23265324)
1# Makefile.modules - build the modules (executed from the modules: target
2# in Makefile).
3#
4# $DragonFly: src/sys/Makefile.modules,v 1.6 2007/02/01 08:42:18 corecode Exp $
5.if defined(MODULES_OVERRIDE)
6SUBDIR=${MODULES_OVERRIDE}
7.else
8.if ${MACHINE_PLATFORM} != "vkernel"
9SUBDIR=bus
10.endif
11SUBDIR+=crypto emulation dev kern net netgraph netproto vfs
12SUBDIR+=libiconv
13.endif
14
15.include <bsd.subdir.mk>
16
17