minix/drivers/audio/sb16/Makefile

10 lines
134 B
Makefile
Raw Normal View History

# Makefile for the Sound Blaster 16 driver (SB16)
PROG= sb16
SRCS= sb16.c mixer.c
MAN=
BINDIR?= /usr/sbin
.include <minix.prog.mk>