minix/drivers/sb16/dsp/Makefile

10 lines
153 B
Makefile
Raw Normal View History

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