minix/drivers/sb16/mixer/Makefile
Arun Thomas 436d6012a3 Convert drivers/ and servers/ over to bsdmake
-Move libdriver to lib/
-Install all boot image services on filesystem to aid restartability
2010-03-22 21:25:22 +00:00

10 lines
137 B
Makefile

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