Only build sftp-server conditionally
This commit is contained in:
parent
14a9c12153
commit
65c9b74cc6
@ -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