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

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-09-08 03:59:29 +00:00
parent 4aa83b0b3c
commit 418cafe6b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2562

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