]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - gomoku/Makefile
Fix conflicting variable definitions
[bsdgames-darwin.git] / gomoku / Makefile
1 # $NetBSD: Makefile,v 1.5 2010/02/06 23:45:25 he Exp $
2 # @(#)Makefile 8.1 (Berkeley) 7/24/94
3
4 PROG= gomoku
5 SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
6 MAN= gomoku.6
7 DPADD= ${LIBCURSES} ${LIBTERMINFO}
8 LDADD= -lcurses -lterminfo
9 HIDEGAME=hidegame
10
11 .include <bsd.prog.mk>