# $FreeBSD: stable/10/secure/lib/Makefile 265037 2014-04-28 04:20:14Z jmmv $ .include SUBDIR= .if ${MK_OPENSSL} != "no" SUBDIR+=libcrypto libssl .if ${MK_OPENSSH} != "no" SUBDIR+=libssh .endif .endif .if ${MK_TESTS} != "no" SUBDIR+=tests .endif .include