freebsd-dev/games/Makefile
Jordan K. Hubbard 514d1814ac Gack - this was totally broken.
Reviewed by:
Submitted by:
1994-09-08 18:48:57 +00:00

15 lines
425 B
Makefile

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