1#	$OpenBSD: Makefile,v 1.9 2002/05/23 18:43:00 deraadt Exp $
2#	$NetBSD: Makefile,v 1.5 1995/03/21 15:06:07 cgd Exp $
3
4PROG=	teachgammon
5CFLAGS+=-I${.CURDIR}/../common_source
6SRCS=	allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
7	subs.c table.c teach.c ttext1.c ttext2.c tutor.c
8DPADD=	${LIBCURSES}
9LDADD=	-lcurses
10NOMAN=	noman
11
12.PATH:	${.CURDIR}/../common_source
13
14.include "../../Makefile.inc"
15.include <bsd.prog.mk>
16