adding GNU dc ("desk calculator")
[unix-history] / gnu / games / chess / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.4 (Berkeley) 5/11/90
2
3PROG= chess
4SRCS= gnuchess.c uxdsp.c move.c
5CFLAGS+=-DNEWMOVE=12
6MAN6= chess.0
7DPADD= ${LIBCURSES} ${LIBTERM}
8LDADD= -lcurses -ltermlib
9HIDEGAME=hidegame
10
11beforeinstall:
12 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
13 ${DESTDIR}/usr/share/games
14
15.include <bsd.prog.mk>