summaryrefslogtreecommitdiff
path: root/games/monop
AgeCommit message (Collapse)Author
1997-09-21$OpenBSD$Theo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
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-04-01Changes from NetBSD to compile games without warnings due to short beingDale S. Rahn
unsigned on some archs, PowerPC, ROMP.
1997-01-02getc returns int not char.Dale S. Rahn
This matters on some ports, such as powerpc. (signed vs unsigned issue).
1996-12-22proper gid revokeTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-10-06Store the card deck using fixed sizes and network byte orderThorsten Lockert
1996-03-09Rudimentary support for compilation in a cross environmentNiklas Hallqvist
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\!
1995-10-18initial import of NetBSD treeTheo de Raadt