summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/Makefile
blob: d1bafcaa3e2697acaaebbbe9e57e0396c932b70a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	5.1 (Berkeley) 5/11/90

PROG=	teachgammon
CFLAGS+=-DV7 -I${.CURDIR}/../common_source
SRCS=	allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
	subs.c table.c teach.c ttext1.c ttext2.c tutor.c
DPADD=	${LIBTERM}
LDADD=	-ltermcap
HIDEGAME=hidegame
NOMAN=	noman

.PATH:	${.CURDIR}/../common_source

.include "../../Makefile.inc"
.include <bsd.prog.mk>