Home | History | Annotate | Line # | Download | only in games
Makefile revision 1.28
      1  1.28  dholland #	$NetBSD: Makefile,v 1.28 2013/09/01 18:37:06 dholland Exp $
      2  1.13       tls #	@(#)Makefile	8.3 (Berkeley) 7/24/94
      3   1.1       cgd 
      4  1.22     perry # Missing: dungeon warp
      5  1.10       cgd # Moved: chess
      6  1.10       cgd # Don't belong: xneko xroach
      7  1.19    martin 
      8  1.25  uebayasi .include <bsd.own.mk>
      9  1.25  uebayasi 
     10  1.22     perry SUBDIR=	adventure arithmetic atc \
     11  1.22     perry 	backgammon banner battlestar bcd boggle \
     12  1.28  dholland 	caesar canfield cgram ching colorbars countmail cribbage \
     13  1.25  uebayasi 	dm factor fish fortune gomoku \
     14  1.24      elad 	hack hangman hunt larn mille monop morse number \
     15  1.22     perry 	phantasia pig pom ppt primes quiz \
     16  1.22     perry 	rain random robots rogue sail snake tetris trek \
     17  1.22     perry 	wargames worm worms wtf wump
     18   1.1       cgd 
     19  1.25  uebayasi .if ${MKCXX} != "no"
     20  1.26      matt SUBDIR+=	dab 
     21  1.25  uebayasi .endif
     22  1.25  uebayasi 
     23   1.1       cgd .include <bsd.subdir.mk>
     24