freebsd-dev/games/Makefile
Jordan K. Hubbard 32d794a8a6 Nuke monop - we don't need any grief from Parker Brothers on their copyrighted
and trademarked game.
Reviewed by:	jkh
Submitted by:	sef
1994-09-08 20:01:17 +00:00

15 lines
437 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/31/94
# XXX missing: chess ching monop [copyright]
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
canfield cribbage dm factor fish fortune 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>