mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
10 lines
240 B
Makefile
10 lines
240 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|