X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/77e3814f0c0e3dea4d0032e25666f77e6f83bfff..05e32d2c4644c0f6f1cef31873e8d2d0642efa1c:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 4de91bbf..887b70cd 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,23 @@ -# @(#)Makefile 5.15.1.2 (Berkeley) 5/8/91 +# $NetBSD: Makefile,v 1.26 2009/12/14 20:47:23 matt Exp $ +# @(#)Makefile 8.3 (Berkeley) 7/24/94 -Missing: adventure boggle ching dungeon hunt phantasia quiz warp +# Missing: dungeon warp +# Moved: chess +# Don't belong: xneko xroach -SUBDIR= arithmetic atc backgammon battlestar bcd caesar canfield \ - chess cribbage dm factor fish fortune hack hangman larn \ - mille monop morse number pom ppt primes rain robots rogue \ - sail snake trek wargames worm worms wump +.include + +SUBDIR= adventure arithmetic atc \ + backgammon banner battlestar bcd boggle \ + caesar canfield ching countmail cribbage \ + 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