KerberosIV deorbit sequence continues: Look for K5 instead of KIV
This commit is contained in:
parent
5d658b151b
commit
7678c8a4fa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user