mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Allow for another telnet in secure (SRA telnet).
Submitted by: Nick Sayer
This commit is contained in:
parent
d14fc57cb7
commit
f05d1ad2e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51994
@ -57,7 +57,8 @@ _libm= msun
|
||||
_libio= libio
|
||||
.endif
|
||||
|
||||
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || \
|
||||
.if defined(RELEASEDIR) || \
|
||||
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
|
||||
defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
||||
_libtelnet= libtelnet
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user