Separate all of the send{to,msg} and recv{from,msg} syscalls and create
[dragonfly.git] / sys / Makefile.modules
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 $
5 SUBDIR=bus crypto emulation dev kern net netgraph netproto vfs
6
7 .include <bsd.subdir.mk>
8