[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games

Annotation of src/games/Makefile, Revision 1.27

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

CVSweb <webmaster@jp.NetBSD.org>