KerberosIV deorbit sequence continues: Look for K5 instead of KIV

This commit is contained in:
Mark Murray 2003-03-08 11:01:31 +00:00
parent 5d658b151b
commit 7678c8a4fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111987

View File

@ -72,8 +72,9 @@ _libdisk=libdisk
.endif
.if defined(RELEASEDIR) || \
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
defined(NOCRYPT) || \
(defined(NOSECURE) && !defined(MAKE_KERBEROS5))
_libtelnet= libtelnet
.endif