summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authorroy <roy@NetBSD.org>2010-02-03 15:34:37 +0000
committerroy <roy@NetBSD.org>2010-02-03 15:34:37 +0000
commit164f814056645ef1910d5bf4c9147929e07c3a7c (patch)
tree69388c3d125835723e2b47ab72df148e22abe10b /hunt
parentbd6c81dd776fddd0e7853f2cfb907dc91723f8c3 (diff)
downloadbsdgames-darwin-164f814056645ef1910d5bf4c9147929e07c3a7c.tar.gz
bsdgames-darwin-164f814056645ef1910d5bf4c9147929e07c3a7c.tar.zst
bsdgames-darwin-164f814056645ef1910d5bf4c9147929e07c3a7c.zip
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Diffstat (limited to 'hunt')
-rw-r--r--hunt/hunt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hunt/hunt/Makefile b/hunt/hunt/Makefile
index 49ea5339..39bfe891 100644
--- a/hunt/hunt/Makefile
+++ b/hunt/hunt/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 1998/02/18 22:37:31 jtc Exp $
+# $NetBSD: Makefile,v 1.6 2010/02/03 15:34:39 roy Exp $
PROG= hunt
SRCS= connect.c hunt.c otto.c playit.c pathname.c
MAN= hunt.6
LDADD= -lcurses
-DPADD= ${LIBTERMCAP}
+DPADD= ${LIBCURSES}
HIDEGAME=hidegame
CPPFLAGS+=-I${.CURDIR}/../huntd