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