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) 13SUBDIR+=librsaintl 14.endif 15.endif 16.if !defined(NO_OPENSSH) 17SUBDIR+=libssh 18.endif 19 20.include <bsd.subdir.mk> 21