xref: /dragonfly/sys/dev/sound/Makefile (revision 8af44722)
1# Makefile
2#
3
4SUBDIR =
5SUBDIR += sound
6SUBDIR += driver
7
8# empty to allow concurrent building
9#
10SUBDIR_ORDERED=
11
12.include <bsd.subdir.mk>
13