gdb - Local mods (compile)
[dragonfly.git] / sys / Makefile.modules
CommitLineData
8f67f34f
MD
1# Makefile.modules - build the modules (executed from the modules: target
2# in Makefile).
3#
1d595873
MD
4.if defined(MODULES_OVERRIDE)
5SUBDIR=${MODULES_OVERRIDE}
6.else
ee5e79e3 7.if ${MACHINE_PLATFORM} != "vkernel64"
244b48f8
SS
8SUBDIR=bus
9.endif
e6e7e7c1
NA
10SUBDIR+=crypto emulation dev gnu kern net netbt netproto vfs
11.if defined(WANT_NETGRAPH7)
12SUBDIR+=netgraph7
13.else
14SUBDIR+=netgraph
15.endif
6edd9ef2 16SUBDIR+=libiconv
1d595873 17.endif
8f67f34f
MD
18
19.include <bsd.subdir.mk>
20