Make the decision to compile kerberosIV a bit more secure by looking

for the appropriate directory.
This commit is contained in:
Mark Murray 1998-03-26 17:32:24 +00:00
parent 965595b36c
commit 5019f318e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34895

View File

@ -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)