summaryrefslogtreecommitdiffstats
path: root/gomoku/Makefile
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1996-12-28 18:44:55 +0000
committertls <tls@NetBSD.org>1996-12-28 18:44:55 +0000
commit13b5b0009082f9bc2c991c326ca650178761bdff (patch)
treed916a34c13efc6c68876aa19636e0b9fc59062da /gomoku/Makefile
parent961346c7c0958d177aa877f67befbda3f147a857 (diff)
downloadbsdgames-darwin-13b5b0009082f9bc2c991c326ca650178761bdff.tar.gz
bsdgames-darwin-13b5b0009082f9bc2c991c326ca650178761bdff.tar.zst
bsdgames-darwin-13b5b0009082f9bc2c991c326ca650178761bdff.zip
Import of 4.4BSD-Lite2 source
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>