Sync usage with man page.
[netbsd-mini2440.git] / games / Makefile
blob03026057147e023798cef01337220ce6f63ee4fd
1 # $NetBSD: Makefile,v 1.25 2009/12/14 12:43:48 uebayasi Exp $
2 # @(#)Makefile 8.3 (Berkeley) 7/24/94
4 # Missing: dungeon warp
5 # Moved: chess
6 # Don't belong: xneko xroach
8 .include <bsd.own.mk>
10 SUBDIR= adventure arithmetic atc \
11 backgammon banner battlestar bcd boggle \
12 caesar canfield ching countmail cribbage \
13 dm factor fish fortune gomoku \
14 hack hangman hunt larn mille monop morse number \
15 phantasia pig pom ppt primes quiz \
16 rain random robots rogue sail snake tetris trek \
17 wargames worm worms wtf wump
19 .if ${MKCXX} != "no"
20 SUBDIR+= dab
21 .endif
23 .include <bsd.subdir.mk>