summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/Makefile
blob: 4d78845f6c6f743c1846f95819fe8baf1e6e0f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

SUBDIR=
.if !defined(NO_OPENSSL)
SUBDIR+=bdes openssl
.if !defined(NO_OPENSSH)
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
.endif
.endif

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