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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to