summaryrefslogtreecommitdiff
path: root/games/rain/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:44:24 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 05:44:24 +0000
commit4adfa3b2fa28b8554417ebd2a4ac71515a8062cd (patch)
tree7f76b98f24dd983e73fb8b3944cc1b5b7b863d70 /games/rain/Makefile
parent8df7fcc1f711d8428c118f3de38e6f63a762ce05 (diff)
Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
Diffstat (limited to 'games/rain/Makefile')
-rw-r--r--games/rain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rain/Makefile b/games/rain/Makefile
index 8cbbac537ec..de48e78810c 100644
--- a/games/rain/Makefile
+++ b/games/rain/Makefile
@@ -3,7 +3,7 @@
PROG= rain
MAN= rain.6
-DPADD= ${LIBTERM} ${LIBCOMPAT}
+DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
.include <bsd.prog.mk>