summaryrefslogtreecommitdiffstats
path: root/worms
diff options
context:
space:
mode:
Diffstat (limited to 'worms')
-rw-r--r--worms/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/worms/Makefile b/worms/Makefile
index 8e9191da..eb6681a1 100644
--- a/worms/Makefile
+++ b/worms/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2008/01/28 07:03:59 dholland Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/06 23:45:26 he Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= worms
MAN= worms.6
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
.include <bsd.prog.mk>