summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2002-06-16 22:24:00 +0000
committeritojun <itojun@NetBSD.org>2002-06-16 22:24:00 +0000
commitac3d51498dea72f42e103a8e8877edf154c60b8f (patch)
treea11a627ab878c12ec6328d0f31e04f8bc736f0e9 /Makefile
parentbfdba68dccf7d15097336930dd36bbcf1d5ecd03 (diff)
downloadbsdgames-darwin-ac3d51498dea72f42e103a8e8877edf154c60b8f.tar.gz
bsdgames-darwin-ac3d51498dea72f42e103a8e8877edf154c60b8f.tar.zst
bsdgames-darwin-ac3d51498dea72f42e103a8e8877edf154c60b8f.zip
make factor work with and without openssl.
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>