summaryrefslogtreecommitdiff
path: root/games/hunt/huntd/Makefile
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-01-21 05:33:39 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-01-21 05:33:39 +0000
commiteb646ea9c2bfc356f1f54b102fbb1b144805a08e (patch)
treee656cefbb764098dc20f2c50301b0a99d4686cce /games/hunt/huntd/Makefile
parentf5c0040a9a389576df86c9d0baf8881752b82ef7 (diff)
hunt (from NetBSD)
Diffstat (limited to 'games/hunt/huntd/Makefile')
-rw-r--r--games/hunt/huntd/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/hunt/huntd/Makefile b/games/hunt/huntd/Makefile
new file mode 100644
index 00000000000..cbf07727fba
--- /dev/null
+++ b/games/hunt/huntd/Makefile
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $
+
+PROG= huntd
+SRCS= answer.c ctl.c ctl_transact.c draw.c driver.c execute.c expl.c \
+ extern.c faketalk.c get_names.c makemaze.c pathname.c shots.c terminal.c
+MAN= huntd.6
+
+.include <bsd.prog.mk>