This is FreeBSD 5.x's code to dump the kernel's identifier through
[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.2 2003/10/20 04:47:30 dillon Exp $
5SUBDIR=bus checkpt crypto emulation dev kern net netgraph netproto vfs
6
7.include <bsd.subdir.mk>
8