1998-04-18 00:48:18 +00:00
|
|
|
# $NetBSD: Makefile,v 1.15 1998/04/18 00:48:18 ross Exp $
|
1993-08-01 05:37:30 +00:00
|
|
|
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
|
1993-03-21 09:45:37 +00:00
|
|
|
|
|
|
|
PROG= chess
|
|
|
|
SRCS= gnuchess.c uxdsp.c move.c
|
1997-10-23 22:50:34 +00:00
|
|
|
CPPFLAGS+=-DNEWMOVE=12
|
1998-02-18 22:47:41 +00:00
|
|
|
DPADD= ${LIBCURSES} ${LIBGNUMALLOC}
|
|
|
|
LDADD= -lcurses -lgnumalloc
|
1993-03-21 09:45:37 +00:00
|
|
|
HIDEGAME=hidegame
|
1997-03-24 22:02:40 +00:00
|
|
|
FILES=gnuchess.book
|
|
|
|
FILESDIR=/usr/share/games
|
1997-07-21 04:48:06 +00:00
|
|
|
|
|
|
|
MAN= chess.6
|
|
|
|
CLEANFILES += chess.6
|
1993-03-23 02:36:44 +00:00
|
|
|
|
|
|
|
chess.6:
|
1993-12-28 10:59:05 +00:00
|
|
|
/bin/rm -rf ${.OBJDIR}/chess.6
|
|
|
|
ln -s ${.CURDIR}/DOCUMENTATION/MAN-PAGE ${.OBJDIR}/chess.6
|
1993-03-21 09:45:37 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|