436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
9 lines
137 B
Makefile
9 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>
|