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

SUBDIR= libcipher
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
.if defined(RSAREF) && ${RSAREF} == YES
SUBDIR+=librsaglue
.endif
.endif
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
.endif

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