NetBSD/games/gomoku/Makefile

12 lines
280 B
Makefile
Raw Normal View History

1997-01-03 04:35:23 +03:00
# $NetBSD: Makefile,v 1.3 1997/01/03 01:35:23 cgd 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
1996-12-28 21:44:55 +03:00
DPADD= ${LIBCURSES} ${LIBTERM}
LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
.include <bsd.prog.mk>