1999-10-12 19:48:05 +00:00
|
|
|
# $FreeBSD$
|
1999-10-07 19:47:09 +00:00
|
|
|
|
2001-08-03 16:03:26 +00:00
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL)
|
1999-10-07 19:47:09 +00:00
|
|
|
SUBDIR= telnetd
|
1999-10-12 19:48:05 +00:00
|
|
|
.endif
|
2000-09-16 22:43:00 +00:00
|
|
|
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
|
|
|
|
SUBDIR+=sftp-server
|
|
|
|
.endif
|
1999-10-07 19:47:09 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|