repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
lib
/
libaudiodriver
/
Makefile
blob
c4115d2d33ae71dc59a8771ca71acc1f05f98bac
1
# Makefile for the common audio framework
2
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
LIB
=
audiodriver
6
SRCS
=
audio_fw.c liveupdate.c
7
8
.
include
<
bsd.lib.mk
>