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