summaryrefslogtreecommitdiffstats
path: root/gomoku/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gomoku/Makefile')
-rw-r--r--gomoku/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/gomoku/Makefile b/gomoku/Makefile
new file mode 100644
index 00000000..025ed084
--- /dev/null
+++ b/gomoku/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 7/24/94
+
+PROG= gomoku
+SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
+MAN6= gomoku.0
+DPADD= ${LIBCURSES} ${LIBTERM}
+LDADD= -lcurses -ltermlib
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>