2007-11-23 12:30:50 +01:00
|
|
|
# Makefile for the Sound Blaster 16 driver (SB16)
|
2010-03-22 22:25:22 +01:00
|
|
|
PROG= sb16
|
|
|
|
SRCS= sb16.c mixer.c
|
2007-11-23 12:30:50 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
MAN=
|
2007-11-23 12:30:50 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
BINDIR?= /usr/sbin
|
2007-11-23 12:30:50 +01:00
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.prog.mk>
|