mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
sound examples: Organize files in directories
More examples will be added, so it's better to be organized. Sponsored by: The FreeBSD Foundation MFC after: 2 days Reviewed by: dev_submerge.ch, markj Differential Revision: https://reviews.freebsd.org/D45968
This commit is contained in:
parent
bd5bcc848c
commit
cb00491fbc
6 changed files with 7 additions and 4 deletions
|
|
@ -314,12 +314,15 @@ SE_SCSI_TARGET= \
|
|||
scsi_cmds.c
|
||||
|
||||
SE_DIRS+= sound
|
||||
SE_SOUND= \
|
||||
SE_SOUND=
|
||||
|
||||
SE_DIRS+= sound/oss
|
||||
SE_SOUND_OSS= \
|
||||
README \
|
||||
basic.c \
|
||||
ossinit.h \
|
||||
ossmidi.h \
|
||||
midi.c \
|
||||
README
|
||||
ossinit.h \
|
||||
ossmidi.h
|
||||
|
||||
SE_DIRS+= sunrpc
|
||||
SE_SUNRPC= Makefile
|
||||
|
|
|
|||
Loading…
Reference in a new issue