Add resident.conf(5) and varsym.conf(5) manual pages.
[dragonfly/vkernel-mp.git] / sys / Makefile.modules
blobac1f371a204419f3f4d4eb4a40c46589798a9522
1 # Makefile.modules - build the modules (executed from the modules: target
2 # in Makefile).
4 # $DragonFly: src/sys/Makefile.modules,v 1.6 2007/02/01 09:42:18 corecode Exp $
5 .if defined(MODULES_OVERRIDE)
6 SUBDIR=${MODULES_OVERRIDE}
7 .else
8 .if ${MACHINE_PLATFORM} != "vkernel"
9 SUBDIR=bus
10 .endif
11 SUBDIR+=crypto emulation dev kern net netgraph netproto vfs
12 SUBDIR+=libiconv
13 .endif
15 .include <bsd.subdir.mk>