]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/Makefile
This commit was generated by cvs2svn to compensate for changes in r4422,
[FreeBSD/FreeBSD.git] / games / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/31/94
2
3 # XXX missing: chess ching monop [copyright]
4 SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle caesar \
5         canfield cribbage dm factor fish fortune hack hangman \
6         larn mille morse number phantasia pig pom ppt primes quiz \
7         rain random robots rogue sail snake tetris trek wargames worm worms \
8         wump
9
10 .if exists(${X11BASE}/lib/libX11.a)
11 SUBDIR+= x11
12 .endif
13
14 .include <bsd.subdir.mk>