Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/games/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/games/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- src/games/Makefile 2006/01/24 19:01:45 1.24 +++ src/games/Makefile 2009/12/14 12:43:48 1.25 @@ -1,17 +1,23 @@ -# $NetBSD: Makefile,v 1.24 2006/01/24 19:01:45 elad Exp $ +# $NetBSD: Makefile,v 1.25 2009/12/14 12:43:48 uebayasi Exp $ # @(#)Makefile 8.3 (Berkeley) 7/24/94 # Missing: dungeon warp # Moved: chess # Don't belong: xneko xroach +.include + SUBDIR= adventure arithmetic atc \ backgammon banner battlestar bcd boggle \ caesar canfield ching countmail cribbage \ - dab dm factor fish fortune gomoku \ + dm factor fish fortune gomoku \ hack hangman hunt larn mille monop morse number \ phantasia pig pom ppt primes quiz \ rain random robots rogue sail snake tetris trek \ wargames worm worms wtf wump +.if ${MKCXX} != "no" +SUBDIR= dab +.endif + .include