summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-10-20 11:18:56 +0000
committermarkm <markm@FreeBSD.org>2002-10-20 11:18:56 +0000
commitcc5521cdd16b91c1c2e13555dad4e71b9309afa4 (patch)
treee7653828fc2e6731d56ff1d966dfda1060fc7f9d
parent322001dbc0a59201cc0f00229949977db70d4f01 (diff)
downloadFreeBSD-src-cc5521cdd16b91c1c2e13555dad4e71b9309afa4.zip
FreeBSD-src-cc5521cdd16b91c1c2e13555dad4e71b9309afa4.tar.gz
Do not build the majority of the games. Remaining are the
"utility-like" games and everyone's favourite, fortune(6).
-rw-r--r--Makefile.inc14
-rw-r--r--etc/Makefile2
-rw-r--r--etc/mtree/BSD.usr.dist12
-rw-r--r--etc/mtree/BSD.var.dist11
-rw-r--r--games/Makefile31
-rw-r--r--share/doc/usd/Makefile4
6 files changed, 3 insertions, 61 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 51609ef..2bd3ee2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -601,10 +601,6 @@ bootstrap-tools:
#
# build-tools: Build special purpose build tools
#
-.if exists(${.CURDIR}/games) && !defined(NOGAMES)
-_games= games/adventure games/hack games/phantasia
-.endif
-
.if exists(${.CURDIR}/share) && !defined(NOSHARE)
_share= share/syscons/scrnmaps
.endif
diff --git a/etc/Makefile b/etc/Makefile
index 10ac4f0..243bb55 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -7,7 +7,7 @@ SUBDIR= sendmail
BIN1= amd.map apmd.conf auth.conf \
crontab csh.cshrc csh.login csh.logout \
- dhclient.conf dm.conf fbtab ftpusers gettytab group \
+ dhclient.conf fbtab ftpusers gettytab group \
hosts hosts.allow hosts.equiv hosts.lpd \
inetd.conf login.access login.conf \
motd modems netconfig networks newsyslog.conf \
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 82a298b..05387b9 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -8,8 +8,6 @@
bin
..
games
- hide gname=games mode=0550
- ..
..
include
..
@@ -176,10 +174,6 @@
..
22.trofftut
..
- 30.rogue
- ..
- 31.trek
- ..
..
..
examples
@@ -305,14 +299,8 @@
..
..
games
- atc
- ..
fortune
..
- larn
- ..
- quiz.db
- ..
..
groff_font
devX100
diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist
index 26a4205..541e2c8 100644
--- a/etc/mtree/BSD.var.dist
+++ b/etc/mtree/BSD.var.dist
@@ -35,17 +35,6 @@
..
empty mode=0555 flags=schg
..
-/set gname=games mode=0775
- games
- hackdir mode=0770
- save mode=0770
- ..
- ..
- larn
- ..
- phantasia
- ..
- ..
/set gname=wheel mode=0755
heimdal mode=0700
..
diff --git a/games/Makefile b/games/Makefile
index c907bd7..214a394 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,44 +1,17 @@
# @(#)Makefile 8.2 (Berkeley) 3/31/94
# $FreeBSD$
-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
+ random
.include <bsd.subdir.mk>
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile
index 6d01104..e06d449 100644
--- a/share/doc/usd/Makefile
+++ b/share/doc/usd/Makefile
@@ -7,8 +7,4 @@
SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut
-.if exists(${.CURDIR}/../../../games) && !defined(NOGAMES)
-SUBDIR+=30.rogue 31.trek
-.endif
-
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud