summaryrefslogtreecommitdiffstats
path: root/sail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Uses non-literal format stringsjoerg2011-08-251-1/+4
|
* When using -lcurses, you also need -lterminfo.he2010-02-061-3/+3
| | | | This fixes the build for sun2, and also builds with LDSTATIC=-static, since archive libraries don't record inter-library dependencies.
* Rework curses handling.dholland2009-03-151-2/+2
| | | | | | | | | The most visible change is that the scrolling buffer of messages now actually scrolls and keeps history, and you type on the bottom line only. For now you can page through the history with ^P/^N; that's not ideal but one can't fix everything all at once. Use resizeable array code (roughly the same that I floated a while ago in connection with make) to hold the scroll.
* Make the default WARNS for games 4. The only game that needs to set WARNSdholland2008-01-281-2/+1
| | | to anything else now is rogue, so clear WARNS from the other makefiles.
* Build with WARNS=4. Sort out the game's shadowing of its own variables,dholland2008-01-281-1/+2
| | | which fixes at least one bug.
* Don't make /var/games/sail here.mycroft2000-06-111-8/+1
|
* avoid failure on "make install" when /var/games/sail already exists.itojun2000-02-121-2/+2
|
* Fix insecure /tmp usage in sail.jsm2000-02-091-1/+8
| | | | | Essentially concludes the merge into NetBSD of those changes in the Linux port of the NetBSD games which it is fairly clear to me should be so merged.
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* Use -ltermcap instead of -ltermlib.christos1998-02-051-3/+3
|
* install games that need it setgid.mrg1997-11-201-1/+2
|
* Warns fixes:christos1997-10-131-2/+1
| | | | | | use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* clean up import, NetBSD RCS IDscgd1995-04-221-2/+2
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+12