minix/drivers/sb16/mixer/Makefile

10 lines
137 B
Makefile
Raw Normal View History

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