minix/drivers/audio/sb16/Makefile
2013-08-06 11:46:28 +02:00

10 lines
137 B
Makefile

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