NetBSD/games/rain/Makefile
hubertf 1543eff804 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 <jsm28@cam.ac.uk> in PR 6659.
1999-07-30 02:14:56 +00:00

10 lines
182 B
Makefile

# $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= ${LIBCURSES}
LDADD= -lcurses
.include <bsd.prog.mk>