summaryrefslogtreecommitdiff
path: root/games/hack
AgeCommit message (Expand)Author
2003-11-16Improve how various "simple" host tools are built and invoked.lukem
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19rework to use the newer _MKMSGCREATE (et al) macroslukem
2003-10-19Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-07-31simplify and use ${DEPENDSRCS} as a target as appropriatelukem
2003-06-27Quote question mark.wiz
2003-04-02Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-12-15fix confusion between east and west for y,u,b, and n.pooka
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-26New sentences begin on new lines.wiz
2002-08-22shops are only supposed to have 1 door (as per standard hack 1.0.3).chuck
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-03-05No need to reference .OBJDIR here.thorpej
2002-02-09use ${INSTALL_FILE} as appropriatelukem
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-11-02Update to the new t_agetstr() API.christos
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-04-02Whitespace and/or punctuation fixes.wiz
2001-03-25Make mostly gcc -W clean, and other cleanup:jsm
2001-02-05fix redundant decls and nested externs. while I am here change my copyrightchristos
2001-01-16comment or delete text after CPP directives.cgd
2000-11-07remove unnecessary command name after .Nmlukem
2000-09-23Use ${COPY} instead of -c for ${INSTALL} commands.simonb
2000-07-31Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros for host programs -simonb
2000-07-10printf() pedant - do not pass variable alone, use %s.itojun
2000-07-03More include additions for exit, abs, strcmp, etc.matt
2000-05-20* Fix termcap handling to use the new interface to avoid bufferblymn
2000-03-02POSIX.2: Ignore a null PAGER as well.kleink
1999-10-04update after change to return value of tputs() third argumentlukem
1999-08-21Use ${INSTPRIV} with ${INSTALL}.simonb
1999-08-14Adapt to change in "termcap.h".tron
1999-04-25Fix Y2K buffer overflow (from OpenBSD).kristerw
1998-12-06tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.confdbj
1998-09-12Make the helper programs compile right in a cross-compiling environment.wrstuden
1998-08-30Add braces to make the new egcs happy.veego
1997-11-20install games files with the correct permissions.mrg
1997-11-20install games that need it setgid.mrg
1997-10-23Initialize pointers to NULL to avoid gcc/sparc compiler errorfair
1997-10-22use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compilelukem
1997-10-19WARNsify...christos
1997-10-12enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem
1997-05-07Use afterinstall, not proginstall, to run post-installation crap.mycroft
1997-04-19Allow this to be cross-compiled.thorpej
1997-03-29Make these compile on the PowerPC (an unsigned char system).thorpej
1997-03-27Install the help file again.mycroft
1997-03-24- Makefile cleanupschristos
1997-01-07Sync to 4.4BSD-Lite2tls