Only build sftp-server conditionally

This commit is contained in:
Kris Kennaway 2000-09-16 22:43:00 +00:00
parent 14a9c12153
commit 65c9b74cc6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65961

View File

@ -3,6 +3,8 @@
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL)
SUBDIR= telnetd
.endif
SUBDIR+= sftp-server
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
SUBDIR+=sftp-server
.endif
.include <bsd.subdir.mk>