1 1.31 nat # $NetBSD: Makefile,v 1.31 2021/01/02 03:21:39 nat Exp $ 2 1.13 tls # @(#)Makefile 8.3 (Berkeley) 7/24/94 3 1.1 cgd 4 1.30 kamil # Missing: dungeon 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.28 dholland caesar canfield cgram ching colorbars countmail cribbage \ 13 1.25 uebayasi dm factor fish fortune gomoku \ 14 1.29 mbalmer hack hals_end hangman hunt larn mille monop morse number \ 15 1.22 perry phantasia pig pom ppt primes quiz \ 16 1.31 nat rain random robots rogue sail snake testpat tetris trek \ 17 1.30 kamil wargames warp 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