From 418cafe6b615e1af63f086a1eb7e8cb8ec520e7d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 8 Sep 1994 03:59:29 +0000 Subject: [PATCH] Fixup the .if exists() stuff I messed up the first time. Submitted by: jkh --- games/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/Makefile b/games/Makefile index a5fe1608e756..b1e10bf9a2a6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -7,7 +7,7 @@ SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \ 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