From ad5cd40187b784a973ea41e3d848a7cb9258f229 Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 30 Jul 1999 02:14:56 +0000 Subject: This patch converts rain(6) to use curses, thereby significantly simplifying the code and improving its portability. It also adds a delay option from OpenBSD to make the display go at a useful speed on fast terminals, and fixes signal handling to make it reliable. Patch supplied by Joseph Myers in PR 6659. --- rain/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rain/Makefile') diff --git a/rain/Makefile b/rain/Makefile index e73cfce1..9f7cc8f6 100644 --- a/rain/Makefile +++ b/rain/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 1998/02/04 10:21:12 christos Exp $ +# $NetBSD: Makefile,v 1.8 1999/07/30 02:14:56 hubertf Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rain MAN= rain.6 -DPADD= ${LIBTERMCAP} -LDADD= -ltermcap +DPADD= ${LIBCURSES} +LDADD= -lcurses .include -- cgit v1.2.3-56-ge451