10 lines
137 B
Makefile
10 lines
137 B
Makefile
|
# Makefile for the Sound Blaster 16 (SB16) mixer
|
||
|
PROG= sb16_mixer
|
||
|
SRCS= sb16_mixer.c
|
||
|
|
||
|
MAN=
|
||
|
|
||
|
BINDIR?= /usr/sbin
|
||
|
|
||
|
.include <minix.prog.mk>
|