Merge from vendor branch GDB:
[dragonfly.git] / games / backgammon / teachgammon / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   teachgammon
4 CFLAGS+=-DV7 -I${.CURDIR}/../common_source
5 SRCS=   allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
6         subs.c table.c teach.c ttext1.c ttext2.c tutor.c
7 DPADD=  ${LIBTERMCAP} ${LIBCOMPAT}
8 LDADD=  -ltermcap -lcompat
9 HIDEGAME=hidegame
10 NOMAN=  noman
11
12 .PATH:  ${.CURDIR}/../common_source
13
14 .include "../../Makefile.inc"
15 .include <bsd.prog.mk>