summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/Makefile')
-rw-r--r--hunt/huntd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/Makefile b/hunt/huntd/Makefile
index cbf07727..f3e7937c 100644
--- a/hunt/huntd/Makefile
+++ b/hunt/huntd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 1997/10/04 09:11:21 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2014/03/29 20:32:04 dholland 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
+SRCS= answer.c draw.c driver.c execute.c expl.c \
+ extern.c faketalk.c makemaze.c pathname.c shots.c terminal.c
MAN= huntd.6
.include <bsd.prog.mk>