freebsd-dev/games/Makefile
Jordan K. Hubbard 554eb505f8 Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games.  I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way.  Bleah.
Submitted by:	jkh
1994-09-04 04:03:31 +00:00

14 lines
419 B
Makefile

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