c0c8d25799
Makes things easier for pkgsrc
9 lines
151 B
Makefile
9 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>
|