History log of /openbsd-src/games/hack/Makefile (Results 1 – 18 of 18)
Revision Date Author Comments
# 43d0313f 08-Feb-2024 miod <miod@openbsd.org>

Feed more generated files to the clean target; joint work with naddy@


# dc14b708 05-Apr-2019 bentley <bentley@openbsd.org>

Fix hack(6).

- 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, explicit

Fix hack(6).

- 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@

show more ...


# 2b34b792 10-Jul-2017 espie <espie@openbsd.org>

remove misc. depend and yacc nits that no longer matter.
okay millert@


# 9410ab6b 01-Jul-2017 espie <espie@openbsd.org>

missed BUILDFIRST. Allow stuff to proceed without depends
as found by krw@


# ebb0af75 24-Nov-2015 deraadt <deraadt@openbsd.org>

In 1995, all of the games were setuid games. At end of 1996, I took them all
to setgid games, and we started wittling them down. Nearly 10 years later I
am removing all setgid from the games. If a

In 1995, all of the games were setuid games. At end of 1996, I took them all
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

show more ...


# 8d0538b5 31-May-2002 pjanzen <pjanzen@openbsd.org>

No dm -> games with high score files etc. must explicitly be setgid games.


# f53dc9f6 23-May-2002 deraadt <deraadt@openbsd.org>

The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists


# 6d68987d 11-May-2002 espie <espie@openbsd.org>

Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move

Add missing libraries to bsd.prog.mk (mostly kerberosV)
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@

show more ...


# 132ab06f 24-Jul-1998 millert <millert@openbsd.org>

-lcurses, not termcap/termlib


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# 9c44650e 27-Apr-1997 millert <millert@openbsd.org>

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
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

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
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.

show more ...


# d71d731e 28-Mar-1997 tholo <tholo@openbsd.org>

Log and score file needs to be group writeable


# d734527c 17-Jan-1997 millert <millert@openbsd.org>

no need to link with -lcompat


# 6c12f5fb 03-Jan-1997 etheisen <etheisen@openbsd.org>

root NOT games.


# a591a1b6 08-Dec-1996 downsj <downsj@openbsd.org>

install -> ${INSTALL}, -c -> ${COPY}


# 7b3630a4 02-Jun-1996 tholo <tholo@openbsd.org>

Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate


# da34e3c3 09-Mar-1996 niklas <niklas@openbsd.org>

Rudimentary support for compilation in a cross environment
Host tools will be compiled with HOSTCC instead of CC.
Note, these are not complete in *any* way\!


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree