1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 3/31/94
|
|
|
|
|
1994-09-05 13:12:01 +00:00
|
|
|
# XXX missing: chess
|
1994-09-04 04:03:31 +00:00
|
|
|
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
|
1994-09-05 13:12:01 +00:00
|
|
|
canfield ching cribbage dm factor fish fortune hack hangman \
|
1994-09-04 04:03:31 +00:00
|
|
|
larn mille monop morse number phantasia pig pom ppt primes quiz \
|
|
|
|
rain random robots rogue sail snake tetris trek wargames worm worms \
|
|
|
|
wump
|
|
|
|
|
1994-09-05 13:12:01 +00:00
|
|
|
.if exists(${X11BASE}/lib/libX11.a})
|
1994-09-04 04:03:31 +00:00
|
|
|
SUBDIR+= xneko xroach
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|