summaryrefslogtreecommitdiffstats
path: root/dab/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2003-12-26 17:57:02 +0000
committerchristos <christos@NetBSD.org>2003-12-26 17:57:02 +0000
commit815ed560c2520777c39f8cedf8cd3ab40f2a543e (patch)
tree9b76a39fbdaa6ce1a0b06d300fefc9e462763274 /dab/Makefile
parent96460831a771d68cf1ade9a12b929f9ec8e9bc9d (diff)
downloadbsdgames-darwin-815ed560c2520777c39f8cedf8cd3ab40f2a543e.tar.gz
bsdgames-darwin-815ed560c2520777c39f8cedf8cd3ab40f2a543e.tar.zst
bsdgames-darwin-815ed560c2520777c39f8cedf8cd3ab40f2a543e.zip
import dots+boxes games.
Diffstat (limited to 'dab/Makefile')
-rw-r--r--dab/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/dab/Makefile b/dab/Makefile
new file mode 100644
index 00000000..ed03c89c
--- /dev/null
+++ b/dab/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/26 17:57:02 christos Exp $
+
+WARNS=2
+DPADD+=${LIBSTDCPP} ${LIBCURSES} ${LIBTERMCAP} ${LIBM}
+LDADD+=-lstdc++ -lcurses -ltermcap -lm
+
+PROG=dab
+MAN=dab.6
+SRCS=algor.C board.C main.C human.C box.C player.C gamescreen.C \
+ ttyscrn.C random.C
+
+.include <bsd.prog.mk>