Date: Thu, 01 Apr 1999 10:38:50 +0200 From: Sheldon Hearn <sheldonh@iafrica.com> To: Rod Taylor <tr49986@rcc.on.ca> Cc: current@freebsd.org Subject: Re: Games Message-ID: <13337.922955930@axl.noc.iafrica.com> In-Reply-To: Your message of "Thu, 01 Apr 1999 00:48:50 EST." <370308C1.9B908465@rcc.on.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 01 Apr 1999 00:48:50 EST, Rod Taylor wrote: > Just out of curiosity, why are there games included in the FreeBSD > source tree? Politics and hysterical raisins. If you don't want the "gamey" games, apply the diffs below to your source. Caio, Sheldon. Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.65 diff -u -d -r1.65 Makefile.inc1 --- Makefile.inc1 1999/03/01 01:09:06 1.65 +++ Makefile.inc1 1999/03/01 09:26:18 @@ -828,9 +828,6 @@ .endif .for d in \ bin/sh \ - ${_adventure} \ - ${_hack} \ - ${_phantasia} \ gnu/usr.bin/cc/cc_tools \ lib/libmytinfo \ ${_linux} \ Index: games/Makefile =================================================================== RCS file: /home/ncvs/src/games/Makefile,v retrieving revision 1.15 diff -u -d -r1.15 Makefile --- Makefile 1998/08/30 20:58:16 1.15 +++ Makefile 1999/03/02 14:57:30 @@ -2,44 +2,19 @@ # $Id: Makefile,v 1.15 1998/08/30 20:58:16 gpalmer Exp $ # XXX missing: chess ching monop [copyright] -SUBDIR= adventure \ - arithmetic \ - atc \ - backgammon \ - battlestar \ +SUBDIR= \ bcd \ - bs \ caesar \ - canfield \ - cribbage \ - dm \ factor \ - fish \ fortune \ grdc \ - hack \ - hangman \ - larn \ - mille \ morse \ number \ - phantasia \ - piano \ pig \ pom \ ppt \ primes \ - quiz \ - rain \ random \ - robots \ - rogue \ - sail \ - snake \ - trek \ - wargames \ - worm \ - worms \ - wump + \ .include <bsd.subdir.mk> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13337.922955930>