1# $FreeBSD$ 2 3SUBDIR= libcipher 4.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) 5SUBDIR+=libtelnet 6.endif 7.if !defined(NO_OPENSSL) 8SUBDIR+=libcrypto libssl 9.if !defined(NO_OPENSSH) 10SUBDIR+=libssh 11.endif 12.endif 13 14.include <bsd.subdir.mk> 15