minix/commands/mixer/Makefile
2010-05-12 16:28:54 +00:00

8 lines
82 B
Makefile

PROG= mixer
MAN=
DPADD+= ${LIBCURSES}
LDADD+= -lcurses
.include <minix.prog.mk>