Fixup the .if exists() stuff I messed up the first time.

Submitted by:	jkh
This commit is contained in:
jkh 1994-09-08 03:59:29 +00:00
parent 3ff77961de
commit f960130d84

View File

@ -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