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

SUBDIR= bdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
SUBDIR+=telnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=openssl
.endif
.if !defined(NO_OPENSSH)
SUBDIR+=scp ssh ssh-add ssh-agent ssh-keygen
.endif

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