11 lines
212 B
Makefile
11 lines
212 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|