Allow for another telnet in secure (SRA telnet).
Submitted by: Nick Sayer
This commit is contained in:
parent
dcc5aa7fc1
commit
db05ac1fb3
@ -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