mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
11 lines
224 B
Makefile
11 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>
|