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