1994-09-04 06:03:31 +02:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 3/31/94
|
|
|
|
|
1994-09-08 06:07:18 +02:00
|
|
|
# XXX missing: chess ching
|
1994-09-04 06:03:31 +02:00
|
|
|
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
|
1994-09-08 06:07:18 +02:00
|
|
|
canfield cribbage dm factor fish fortune hack hangman \
|
1994-09-04 06:03:31 +02: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-08 05:59:29 +02:00
|
|
|
.if exists(${X11BASE}/lib/libX11.a)
|
1994-09-08 20:48:57 +02:00
|
|
|
SUBDIR+= x11
|
1994-09-04 06:03:31 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|