minix/commands/mixer/Makefile

8 lines
82 B
Makefile
Raw Normal View History

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