mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server ssh-keysign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|