diff options
| author | cgd <cgd@NetBSD.org> | 1993-03-23 02:44:38 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-03-23 02:44:38 +0000 |
| commit | f620d7d9f695516d61b8ae159bef39f7df9bf02a (patch) | |
| tree | 52c1df13c1ed75240ebabc07ca68ea419e059fbd /games/worms | |
| parent | 7f6f9da259500d6a423073a48f8a9c25aaf6de4b (diff) | |
got rid of unnecessary -lcompat and associated dependency
Diffstat (limited to 'games/worms')
| -rw-r--r-- | games/worms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/worms/Makefile b/games/worms/Makefile index 645b126fde9..a82195936b7 100644 --- a/games/worms/Makefile +++ b/games/worms/Makefile @@ -2,7 +2,7 @@ PROG= worms MAN6= worms.0 -DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT} -LDADD= -lcurses -ltermcap -lcompat +DPADD= ${LIBCURSES} ${LIBTERM} +LDADD= -lcurses -ltermcap .include <bsd.prog.mk> |
