From c33a3f955c0ae1e3bb061e01e83b69ba1115ea34 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 5 Sep 1994 13:12:01 +0000 Subject: [PATCH] Remove chess from subdirs. It doesn't exist. Add a missing right parentheses to an expression. --- games/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/Makefile b/games/Makefile index 36dd313e571b..a5fe1608e756 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