summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 9f761dbe..4089709f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,21 +1,14 @@
-# $NetBSD: Makefile,v 1.19 2002/06/16 10:21:40 martin Exp $
+# $NetBSD: Makefile,v 1.20 2002/06/16 22:24:00 itojun Exp $
# @(#)Makefile 8.3 (Berkeley) 7/24/94
# Missing: ching dungeon warp
# Moved: chess
# Don't belong: xneko xroach
-# For MKCRYPTO
-.include <bsd.own.mk>
-
SUBDIR= adventure arithmetic atc backgammon banner battlestar bcd boggle \
- caesar canfield countmail cribbage dm fish fortune gomoku hack \
+ caesar canfield countmail cribbage dm factor fish fortune gomoku hack \
hangman hunt larn mille monop morse number phantasia pig pom ppt \
primes quiz rain random robots rogue sail snake tetris trek wargames \
worm worms wtf wump
-.if (${MKCRYPTO} != "no")
-SUBDIR+= factor
-.endif
-
.include <bsd.subdir.mk>