mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Allow for a telnet in secure/ (SRA telnet).
Submitted by: Nick Sayer
This commit is contained in:
parent
b8351749c9
commit
8a94827843
1 changed files with 3 additions and 2 deletions
|
|
@ -199,8 +199,9 @@ SUBDIR= apply \
|
|||
ypmatch \
|
||||
ypwhich
|
||||
|
||||
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || \
|
||||
defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
||||
.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../kerberosIV) && \
|
||||
!exists(${.CURDIR}/../secure)) || defined(NOCRYPT) || \
|
||||
!defined(MAKE_KERBEROS4)
|
||||
# Releases need both this non-crypt telnet and the crypt telnet.
|
||||
SUBDIR+=telnet
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue