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:
parent
9c499b692a
commit
dc2f663b39
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
..
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user