summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-05 13:12:01 +0000
committerbde <bde@FreeBSD.org>1994-09-05 13:12:01 +0000
commit7bf271146a1b994fc3dc35e89f249df446c60b15 (patch)
treee9c651dcedffba3c10669127d83e99a75218e0c5 /games
parentebb7b36c3a7ef99e4fd40ec71656d2db7bc8a3b2 (diff)
downloadFreeBSD-src-7bf271146a1b994fc3dc35e89f249df446c60b15.zip
FreeBSD-src-7bf271146a1b994fc3dc35e89f249df446c60b15.tar.gz
Remove chess from subdirs. It doesn't exist.
Add a missing right parentheses to an expression.
Diffstat (limited to 'games')
-rw-r--r--games/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile
index 36dd313..a5fe160 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,12 +1,13 @@
# @(#)Makefile 8.2 (Berkeley) 3/31/94
+# XXX missing: chess
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
- canfield chess ching cribbage dm factor fish fortune hack hangman \
+ canfield ching cribbage dm factor fish fortune hack hangman \
larn mille monop morse number phantasia pig pom ppt primes quiz \
rain random robots rogue sail snake tetris trek wargames worm worms \
wump
-.if exists(${X11BASE}/lib/libX11.a}
+.if exists(${X11BASE}/lib/libX11.a})
SUBDIR+= xneko xroach
.endif
OpenPOWER on IntegriCloud