Add missing Makefile.modules (forgot to add it in the last commit)
[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.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