1# $FreeBSD$ 2 3SUBDIR= libcipher 4.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) 5SUBDIR+=libtelnet 6.endif 7.if !defined(NO_OPENSSL) 8SUBDIR+=libcrypto librsaglue libssl 9.if exists(${.CURDIR}/../../crypto/openssl/rsaref) 10SUBDIR+=librsausa 11.endif 12.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \ 13 (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL)) 14SUBDIR+=librsaintl 15.endif 16.endif 17.if !defined(NO_OPENSSH) 18SUBDIR+=libssh 19.endif 20 21.include <bsd.subdir.mk> 22