Enhance the pmap_kenter*() API and friends, separating out entries which
[dragonfly.git] / sys / Makefile.modules
... / ...
CommitLineData
1# Makefile.modules - build the modules (executed from the modules: target
2# in Makefile).
3#
4# $DragonFly: src/sys/Makefile.modules,v 1.4 2004/03/18 18:47:38 dillon Exp $
5.if defined(MODULES_OVERRIDE)
6SUBDIR=${MODULES_OVERRIDE}
7.else
8SUBDIR=bus checkpt crypto emulation dev kern net netgraph netproto vfs
9SUBDIR+=libiconv
10.endif
11
12.include <bsd.subdir.mk>
13