c0c8d25799
Makes things easier for pkgsrc
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# Makefile for the Sound Blaster 16 (SB16) mixer
|
|
PROG= sb16_mixer
|
|
SRCS= sb16_mixer.c
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|