aboutsummaryrefslogtreecommitdiff
path: root/games/wump
Commit message (Collapse)AuthorAgeFilesLines
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=74528
* ${BDEFLAGS}Bill Fumerola2000-07-041-19/+19
| | | | Notes: svn path=/head/; revision=62541
* -Wall cleanup.Bill Fumerola1999-12-071-6/+58
| | | | | | | | XXX: The signal handling "fix" for worm(6) is wrong. However, the functions themselves are wrong as well: See sigaction(2). Notes: svn path=/head/; revision=54238
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-301-3/+5
| | | | Notes: svn path=/head/; revision=53920
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-161-7/+7
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-161-0/+2
| | | | Notes: svn path=/head/; revision=53209
* Avoid ambigious if() if() else().Bill Fumerola1999-09-071-3/+5
| | | | Notes: svn path=/head/; revision=51047
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48793
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-191-7/+26
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Add #include string.h to get prototypes.John Birrell1998-05-091-0/+1
| | | | Notes: svn path=/head/; revision=35882
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-03-011-2/+2
| | | | | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct). Notes: svn path=/head/; revision=33937
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
| | | | Notes: svn path=/head/; revision=29781
* Use srandomdevAndrey A. Chernov1997-09-241-2/+2
| | | | Notes: svn path=/head/; revision=29768
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* 444 -> ${NOBINMODE}Wolfram Schneider1997-02-091-2/+2
| | | | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} Notes: svn path=/head/; revision=22449
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8856
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-045-0/+977
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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490