Home | History | Annotate | Line # | Download | only in games
Makefile revision 1.24.32.1
      1  1.24.32.1    matt #	$NetBSD: Makefile,v 1.24.32.1 2009/08/26 03:36:22 matt 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.24.32.1    matt .include <bsd.own.mk>
      9  1.24.32.1    matt 
     10       1.22   perry SUBDIR=	adventure arithmetic atc \
     11       1.22   perry 	backgammon banner battlestar bcd boggle \
     12       1.22   perry 	caesar canfield ching countmail cribbage \
     13  1.24.32.1    matt 	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.24.32.1    matt 
     20  1.24.32.1    matt .if ${MKCXX} != "no"
     21  1.24.32.1    matt SUBDIR+=dab 
     22  1.24.32.1    matt .endif
     23  1.24.32.1    matt 
     24        1.1     cgd .include <bsd.subdir.mk>
     25