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

SUBDIR= libcipher
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
.endif
.endif

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