summaryrefslogtreecommitdiffstats
path: root/trek/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* document non-literal string formatschristos2011-08-161-1/+3
|
* Abolish cgetc(). It contained one line of code, which was wrong.dholland2009-05-241-2/+2
| | | | Call getchar() directly, and handle EOF properly instead of looping (in some cases) or pretending that EOF is 0 (which it isn't).
* 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.dholland2008-01-281-1/+2
|
* Warnsify and remove local implementations of libc functions.christos1997-10-121-3/+2
|
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* Use bsd.subdir.mk as appropriate.mycroft1997-10-111-2/+3
|
* clean up import, NetBSD RCS IDs, etc.cgd1995-04-221-2/+6
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* Converted from sgtty to termios api, no longer needs libcompat.jtc1994-05-241-3/+3
|
* need -lcompatcgd1994-05-231-3/+3
|
* 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/+17