mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
KerberosIV deorbit sequence continues: Look for K5 instead of KIV
This commit is contained in:
parent
5d658b151b
commit
7678c8a4fa
1 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue