xref: /dflybsd-src/sys/dev/sound/Makefile (revision b0d289c2d9b4bed0d1735c57ae6d64f18bd0ed17)
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