1#	$NetBSD: Makefile,v 1.10 2001/12/12 00:07:47 tv Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=		teachgammon
5SRCS=		data.c teach.c ttext1.c ttext2.c tutor.c
6NOMAN=		# defined
7
8.include <bsd.prog.mk>
9