minix/drivers/sb16/dsp/Makefile
Arun Thomas c0c8d25799 Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00

10 lines
151 B
Makefile

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