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