freebsd-src/games/Makefile
Bruce Evans c33a3f955c Remove chess from subdirs. It doesn't exist.
Add a missing right parentheses to an expression.
1994-09-05 13:12:01 +00:00

15 lines
435 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/31/94
# XXX missing: chess
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
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})
SUBDIR+= xneko xroach
.endif
.include <bsd.subdir.mk>