xref: /freebsd/secure/lib/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3SUBDIR=
4.if ${MK_OPENSSL} != "no"
5SUBDIR+=libcrypto libssl
6.if ${MK_OPENSSH} != "no"
7SUBDIR+=libssh
8.endif
9.endif
10
11SUBDIR.${MK_TESTS}+= tests
12
13.include <bsd.subdir.mk>
14