mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Only build sftp-server conditionally
This commit is contained in:
parent
14a9c12153
commit
65c9b74cc6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65961
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user