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

Annotation of src/games/Makefile, Revision 1.29

1.29    ! mbalmer     1: #      $NetBSD: Makefile,v 1.28 2013/09/01 18:37:06 dholland 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.28      dholland   12:        caesar canfield cgram ching colorbars countmail cribbage \
1.25      uebayasi   13:        dm factor fish fortune gomoku \
1.29    ! mbalmer    14:        hack hals_end 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>