Do not build the majority of the games. Remaining are the

"utility-like" games and everyone's favourite, fortune(6).
This commit is contained in:
Mark Murray 2002-10-20 11:18:56 +00:00
parent 9c499b692a
commit dc2f663b39
6 changed files with 3 additions and 61 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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
..

View File

@ -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>

View File

@ -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>