freebsd-dev/games/Makefile

15 lines
445 B
Makefile
Raw Normal View History

# @(#)Makefile 8.2 (Berkeley) 3/31/94
# XXX missing: chess ching monop [copyright]
1994-12-03 04:40:26 +00:00
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle bs caesar \
1994-12-04 21:55:23 +00:00
canfield cribbage dm factor fish fortune grdc hack hangman \
larn mille 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+= x11
.endif
.include <bsd.subdir.mk>