minix/commands/gomoku/Makefile

8 lines
81 B
Makefile
Raw Normal View History

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