summaryrefslogtreecommitdiffstats
path: root/secure/libexec/Makefile
blob: dba033137bbc1f8b5a933347d68a1ca3675a3b48 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL)
SUBDIR= telnetd
.endif
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
SUBDIR+=sftp-server ssh-keysign
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud