summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tetris/Makefile')
-rw-r--r--tetris/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tetris/Makefile b/tetris/Makefile
index 19122c16..25a3639a 100644
--- a/tetris/Makefile
+++ b/tetris/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2008/01/28 07:03:59 dholland Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/03 15:34:39 roy Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= tetris
SRCS= input.c screen.c shapes.c scores.c tetris.c
MAN= tetris.6
-DPADD= ${LIBTERM}
-LDADD= -ltermcap
+DPADD= ${LIBTERMINFO}
+LDADD= -lterminfo
HIDEGAME=hidegame
SETGIDGAME=yes