summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/Makefile
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-30 02:26:09 +0000
committerdholland <dholland@NetBSD.org>2014-03-30 02:26:09 +0000
commit1f6302b1815a3f7936f23ba89822b55e4705d6e7 (patch)
tree6faa4fb042006f48bfeaec569572354d5498f801 /hunt/hunt/Makefile
parentacab9d9e10a833b800e8722c81c902a170f427bf (diff)
downloadbsdgames-darwin-1f6302b1815a3f7936f23ba89822b55e4705d6e7.tar.gz
bsdgames-darwin-1f6302b1815a3f7936f23ba89822b55e4705d6e7.tar.zst
bsdgames-darwin-1f6302b1815a3f7936f23ba89822b55e4705d6e7.zip
split off a bunch of the nastier network code into its own file
Diffstat (limited to 'hunt/hunt/Makefile')
-rw-r--r--hunt/hunt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hunt/hunt/Makefile b/hunt/hunt/Makefile
index 2279cc19..602b31fd 100644
--- a/hunt/hunt/Makefile
+++ b/hunt/hunt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2014/03/29 21:24:26 dholland Exp $
+# $NetBSD: Makefile,v 1.9 2014/03/30 02:26:09 dholland Exp $
PROG= hunt
-SRCS= connect.c hunt.c otto.c playit.c
+SRCS= connect.c hunt.c otto.c playit.c server.c
MAN= hunt.6
LDADD= -lcurses -lterminfo
DPADD= ${LIBCURSES} ${LIBTERMINFO}