summaryrefslogtreecommitdiffstats
path: root/dab/Makefile
diff options
context:
space:
mode:
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>