Allow for a telnet in secure/ (SRA telnet).
This commit is contained in:
parent
f05d1ad2e3
commit
b8351749c9
@ -19,7 +19,7 @@ SUBDIR+=rtld-aout
|
||||
SUBDIR+=rtld-elf
|
||||
.endif
|
||||
|
||||
.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
||||
.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
|
||||
# make release needs both
|
||||
SUBDIR+=telnetd
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user