summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/Makefile b/battlestar/Makefile
index 424f29a8..0b5bb494 100644
--- a/battlestar/Makefile
+++ b/battlestar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/10/19 03:06:09 tv Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:24 he Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= battlestar
@@ -7,8 +7,8 @@ SRCS= battlestar.c command1.c command2.c command3.c command4.c \
init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
MAN= battlestar.6
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
HIDEGAME=hidegame
SETGIDGAME=yes