NetBSD/games/gomoku/Makefile

12 lines
259 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1998/02/18 22:37:31 jtc Exp $
1996-12-28 21:44:55 +03:00
# @(#)Makefile 8.1 (Berkeley) 7/24/94
PROG= gomoku
SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
1996-12-28 21:56:57 +03:00
MAN= gomoku.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
1996-12-28 21:44:55 +03:00
HIDEGAME=hidegame
.include <bsd.prog.mk>