]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - backgammon/teachgammon/Makefile
initial import of 386bsd-0.1 sources
[bsdgames-darwin.git] / backgammon / teachgammon / Makefile
1 # @(#)Makefile 5.1 (Berkeley) 5/11/90
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= ${LIBTERM} ${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>