summaryrefslogtreecommitdiffstats
path: root/games/hack/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05Fix hack(6).bentley1-7/+2
- Write savegames and scorefiles to the current directory instead of /var - Save oc_name and oc_descr alongside oc_uname in all situations - When a levitation potion times out, explicitly float down These patches were contributed last year by "tonypony76"; thanks! ok deraadt@, with added enthusiasm from tedu@
2017-07-10remove misc. depend and yacc nits that no longer matter.espie1-2/+1
okay millert@
2017-07-01missed BUILDFIRST. Allow stuff to proceed without dependsespie1-2/+2
as found by krw@
2015-11-24In 1995, all of the games were setuid games. At end of 1996, I took them allderaadt1-2/+1
to setgid games, and we started wittling them down. Nearly 10 years later I am removing all setgid from the games. If any of these have score files they are now broken, and I hope various folk repair them. I have argued for years (and received pushback...) that the score file features must be removed, or rewritten to use private files, because setgid is the wrong tool. ok tedu
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.pjanzen1-1/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)espie1-2/+2
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
1998-07-24-lcurses, not termcap/termlibmillert1-3/+3
1997-09-21$OpenBSD$deraadt1-2/+1
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1-4/+4
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-03-28Log and score file needs to be group writeabletholo1-3/+3
1997-01-17no need to link with -lcompatmillert1-2/+2
1997-01-03root NOT games.etheisen1-3/+3
1996-12-08install -> ${INSTALL}, -c -> ${COPY}downsj1-4/+4
1996-06-02Always use -ltermlib when linking with -lcursestholo1-2/+2
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
1996-03-09Rudimentary support for compilation in a cross environmentniklas1-2/+2
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\!
1995-10-18initial import of NetBSD treederaadt1-0/+41