aboutsummaryrefslogtreecommitdiff
path: root/games/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-10-20 11:18:56 +0000
committerMark Murray <markm@FreeBSD.org>2002-10-20 11:18:56 +0000
commitdc2f663b39b56420351870f8250ffea993f11b52 (patch)
treee7653828fc2e6731d56ff1d966dfda1060fc7f9d /games/Makefile
parent9c499b692a93fd9ac3a848e48d195f206bb6a0a9 (diff)
downloadsrc-dc2f663b39b56420351870f8250ffea993f11b52.tar.gz
src-dc2f663b39b56420351870f8250ffea993f11b52.zip
Do not build the majority of the games. Remaining are the
"utility-like" games and everyone's favourite, fortune(6).
Notes
Notes: svn path=/head/; revision=105515
Diffstat (limited to 'games/Makefile')
-rw-r--r--games/Makefile31
1 files changed, 2 insertions, 29 deletions
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 <bsd.subdir.mk>