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

SUBDIR=
.if !defined(NO_OPENSSL)
.if !defined(NO_OPENSSH)
SUBDIR+=sftp-server ssh-keysign
.endif
.endif

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