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
some coverity fixes.
[minix.git]
/
drivers
/
audio
/
sb16
/
Makefile
blob
cbec2d57c01d204e7e904104e6ffd4e9f2b70d5f
1
# Makefile for the Sound Blaster 16 driver (SB16)
2
PROG
=
sb16
3
SRCS
=
sb16.c mixer.c
4
5
MAN
=
6
7
BINDIR?
= /
usr
/
sbin
8
9
.
include
<
bsd.prog.mk
>