minix/commands/mixer/Makefile

8 lines
80 B
Makefile
Raw Normal View History

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