diff --git a/Makefile.inc1 b/Makefile.inc1 index 51609ef68e4c..2bd3ee21378e 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 10ac4f058c9f..243bb55ce6fe 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 82a298b939d7..05387b929cdd 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 26a4205cee79..541e2c85a966 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 c907bd7e2350..214a394f4495 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 diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index 6d0110403204..e06d449e4ef5 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