diff options
| author | jtc <jtc@NetBSD.org> | 1998-02-18 22:37:30 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1998-02-18 22:37:30 +0000 |
| commit | 2065ddb3dac2a6310bb2cf3c51e7b694968ac2b2 (patch) | |
| tree | f56c3961f38c1d2d479960cf192e9ccbd3bcb85c /games/worms | |
| parent | 0d04dfb0d504741dcbca5be935e309a1ae9dbbbd (diff) | |
Simply include -lcurses instead of -lcurses -ltermcap
Diffstat (limited to 'games/worms')
| -rw-r--r-- | games/worms/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/worms/Makefile b/games/worms/Makefile index ea9c3bf2f39..f7e51fbfb65 100644 --- a/games/worms/Makefile +++ b/games/worms/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 1995/04/22 08:00:54 cgd Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/18 22:37:32 jtc Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= worms MAN= worms.6 -DPADD= ${LIBCURSES} ${LIBTERM} -LDADD= -lcurses -ltermcap +DPADD= ${LIBCURSES} +LDADD= -lcurses .include <bsd.prog.mk> |
