summaryrefslogtreecommitdiffstats
path: root/games/atc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-06-301-2/+1
|
* Fixed the type of yyerror() (1970's style).bde1998-06-301-0/+1
|
* Add #include string.h to get prototypes.jb1998-05-094-0/+4
|
* Add #include stdlib.h to get prototypes.jb1998-05-091-0/+1
|
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-051-1/+1
| | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-2/+1
|
* Fix turn rightache1997-09-241-2/+2
| | | | Submitted by: "Klaus-J. Wolf" <Yanestra@t-online.de>
* Oops, miss one rand() lcation...ache1997-09-241-1/+1
|
* Revoke properly by setgid, not by setuid, overlooked in gamesache1997-09-241-2/+5
| | | | uid->gid change
* Installed scenarios was unreadable with change games uid->gid, fix itache1997-09-244-15/+13
| | | | | | | Beforeinstall score file to the right place Use srandomdev Remove revoke, it broke scores and scenarios Fix names in FILES manpage section
* Change games from setuid games to setgid games.eivind1997-09-011-0/+4
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* 444 -> ${NOBINMODE}wosch1997-02-091-1/+1
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* Fixed DPADD.bde1996-09-051-1/+1
|
* Backed out yacc changes.bde1996-06-032-3/+3
|
* Use new yacc rule.phk1996-05-302-3/+3
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-307-41/+41
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0426-0/+3917
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
OpenPOWER on IntegriCloud