Move WARNS6 up into Makefile.inc for games/ and out of the individual
[dragonfly.git] / games / backgammon / teachgammon / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $DragonFly: src/games/backgammon/teachgammon/Makefile,v 1.3 2006/10/08 16:22:35 pavalos Exp $
3
4 PROG=   teachgammon
5 CFLAGS+=-DTEACHGAMMON_TEXT -DV7 -I${.CURDIR}/../common_source
6 SRCS=   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
8 DPADD=  ${LIBTERMCAP}
9 LDADD=  -ltermcap
10 HIDEGAME=hidegame
11 NOMAN=  noman
12
13 .PATH:  ${.CURDIR}/../common_source
14
15 .include "../../Makefile.inc"
16 .include <bsd.prog.mk>