diff options
| author | roy <roy@NetBSD.org> | 2010-02-03 15:34:37 +0000 |
|---|---|---|
| committer | roy <roy@NetBSD.org> | 2010-02-03 15:34:37 +0000 |
| commit | 164f814056645ef1910d5bf4c9147929e07c3a7c (patch) | |
| tree | 69388c3d125835723e2b47ab72df148e22abe10b /tetris/Makefile | |
| parent | bd6c81dd776fddd0e7853f2cfb907dc91723f8c3 (diff) | |
| download | bsdgames-darwin-164f814056645ef1910d5bf4c9147929e07c3a7c.tar.gz bsdgames-darwin-164f814056645ef1910d5bf4c9147929e07c3a7c.zip | |
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Diffstat (limited to 'tetris/Makefile')
| -rw-r--r-- | tetris/Makefile | 6 |
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 |
