History log of /netbsd-src/games/rain/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# 76d4444c 06-Feb-2010 he <he@NetBSD.org>

When using -lcurses, you also need -lterminfo.
This fixes the build for sun2, and also builds with LDSTATIC=-static,
since archive libraries don't record inter-library dependencies.


# d4f48e67 28-Jan-2008 dholland <dholland@NetBSD.org>

Make the default WARNS for games 4. The only game that needs to set WARNS
to anything else now is rogue, so clear WARNS from the other makefiles.


# dc2f26bc 09-Aug-2005 rpaulo <rpaulo@NetBSD.org>

Enable WARNS=3 and pass lint(1).

ok christos@


# 1543eff8 30-Jul-1999 hubertf <hubertf@NetBSD.org>

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

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.

show more ...


# 394bd2cf 04-Feb-1998 christos <christos@NetBSD.org>

Remove -lcompat; not needed.


# b56b88a5 22-Apr-1995 cgd <cgd@NetBSD.org>

clean up import. NetBSD RCS IDs


# c4c01d75 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# a218d38d 23-May-1994 cgd <cgd@NetBSD.org>

need -lcompat


# cda4f8f6 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# f620d7d9 23-Mar-1993 cgd <cgd@NetBSD.org>

got rid of unnecessary -lcompat and associated dependency


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources