summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2002-06-15 16:08:17 +0000
committersimonb <simonb@NetBSD.org>2002-06-15 16:08:17 +0000
commit317de42e91c9a1555afff281710f5e05c722fd74 (patch)
tree67b04931468e057bed113c93e56a5d84b195ca49 /Makefile
parent62de4eef616c76bff3922c731ade691d3e394325 (diff)
downloadbsdgames-darwin-317de42e91c9a1555afff281710f5e05c722fd74.tar.gz
bsdgames-darwin-317de42e91c9a1555afff281710f5e05c722fd74.tar.zst
bsdgames-darwin-317de42e91c9a1555afff281710f5e05c722fd74.zip
Only build factor(6) if ${MKCRYPTO} != no.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e41395be..d5c9a626 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/07/22 01:09:00 mrg Exp $
+# $NetBSD: Makefile,v 1.18 2002/06/15 16:08:17 simonb Exp $
# @(#)Makefile 8.3 (Berkeley) 7/24/94
# Missing: ching dungeon warp
@@ -6,9 +6,13 @@
# Don't belong: xneko xroach
SUBDIR= adventure arithmetic atc backgammon banner battlestar bcd boggle \
- caesar canfield countmail cribbage dm factor fish fortune gomoku hack \
+ caesar canfield countmail cribbage dm 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>