summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-03-26 17:32:24 +0000
committermarkm <markm@FreeBSD.org>1998-03-26 17:32:24 +0000
commit77132cdeb526cd5adb2e299c7b0c38ce7c64243d (patch)
tree8330acf43652537a50745370f32cb1bf6d0518e6 /Makefile
parent4b0d01af439e7a9608a9d9deb263c240622c69e9 (diff)
downloadFreeBSD-src-77132cdeb526cd5adb2e299c7b0c38ce7c64243d.zip
FreeBSD-src-77132cdeb526cd5adb2e299c7b0c38ce7c64243d.tar.gz
Make the decision to compile kerberosIV a bit more secure by looking
for the appropriate directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8b187c0..fd6c3a2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.166 1998/03/16 11:58:46 bde Exp $
+# $Id$
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -73,7 +73,7 @@ SUBDIR+= games
.if exists(gnu)
SUBDIR+= gnu
.endif
-.if exists(kerberosIV) && !defined(NOCRYPT) && defined(MAKE_KERBEROS4)
+.if exists(kerberosIV) && exists(crypto) && !defined(NOCRYPT) && defined(MAKE_KERBEROS4)
SUBDIR+= kerberosIV
.endif
.if exists(libexec)
OpenPOWER on IntegriCloud