summaryrefslogtreecommitdiffstats
path: root/games/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-08 03:59:29 +0000
committerjkh <jkh@FreeBSD.org>1994-09-08 03:59:29 +0000
commitf960130d84a22e7f8cc2981921ec8c4f79e1fee6 (patch)
tree372f02fc042e371406248791863651a25df273fb /games/Makefile
parent3ff77961de05eeb3c049816ee946e0e8510fbbc8 (diff)
downloadFreeBSD-src-f960130d84a22e7f8cc2981921ec8c4f79e1fee6.zip
FreeBSD-src-f960130d84a22e7f8cc2981921ec8c4f79e1fee6.tar.gz
Fixup the .if exists() stuff I messed up the first time.
Submitted by: jkh
Diffstat (limited to 'games/Makefile')
-rw-r--r--games/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile
index a5fe160..b1e10bf 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
OpenPOWER on IntegriCloud