aboutsummaryrefslogtreecommitdiff
path: root/games/ppt
Commit message (Collapse)AuthorAgeFilesLines
* Step 2 of eliminating the "games" distribution: Remove punch cardColin Percival2015-02-222-90/+0
| | | | | | | | | | | | | | | | | utilities. I was originally planning on removing the phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities as well, but after I committed r278616 I received an astonishing volume of email informing me that those are still being widely used. Much to my relief, nobody reported continuing to use the punch card utilities in production. The final step will be to merge src/games into src/usr.bin. This change will not be MFCed. Notes: svn path=/head/; revision=279150
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Remove the third clause for the Berkeley parts of games, per theWarner Losh2010-02-151-5/+1
| | | | | | | letter in /COPYRIGHT. Notes: svn path=/head/; revision=203932
* games: make WARNS=6 the default, remove overridesUlrich Spörlein2010-02-151-2/+0
| | | | | | | | | This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor) Notes: svn path=/head/; revision=203923
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Include <stdlib.h> for exit(), use prototypes and bump WARNS to 6.Stefan Farfeleder2004-08-012-5/+6
| | | | Notes: svn path=/head/; revision=132966
* -Wall fixes.Bill Fumerola1999-12-121-2/+3
| | | | Notes: svn path=/head/; revision=54482
* 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-4/+4
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-161-0/+2
| | | | Notes: svn path=/head/; revision=53209
* Remove HIDEGAME and revoke, it is not a game to hide itAndrey A. Chernov1997-09-012-5/+0
| | | | Notes: svn path=/head/; revision=29017
* 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
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-042-0/+91
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