summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/teachgammon/Makefile')
-rw-r--r--backgammon/teachgammon/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile
new file mode 100644
index 00000000..b57ab045
--- /dev/null
+++ b/backgammon/teachgammon/Makefile
@@ -0,0 +1,15 @@
+# @(#)Makefile 5.1 (Berkeley) 5/11/90
+
+PROG= teachgammon
+CFLAGS+=-DV7 -I${.CURDIR}/../common_source
+SRCS= allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
+ subs.c table.c teach.c ttext1.c ttext2.c tutor.c
+DPADD= ${LIBTERM} ${LIBCOMPAT}
+LDADD= -ltermcap -lcompat
+HIDEGAME=hidegame
+NOMAN= noman
+
+.PATH: ${.CURDIR}/../common_source
+
+.include "../../Makefile.inc"
+.include <bsd.prog.mk>