xref: /dragonfly/sys/Makefile.modules (revision 16777b6b)
1# Makefile.modules - build the modules (executed from the modules: target
2# in Makefile).
3#
4# $DragonFly: src/sys/Makefile.modules,v 1.1 2003/08/16 22:00:16 dillon Exp $
5SUBDIR=bus crypto emulation dev kern net netgraph netproto vfs
6
7.include <bsd.subdir.mk>
8
9