From 5019f318e83908ebef96d433d0c2557f0dff6068 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 26 Mar 1998 17:32:24 +0000 Subject: [PATCH] Make the decision to compile kerberosIV a bit more secure by looking for the appropriate directory. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b187c0d06a1..fd6c3a2eee7b 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)