opnsense-src/secure/lib/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
203 B
Makefile
Raw Permalink Normal View History

.include <src.opts.mk>
SUBDIR= libpkgecc
.if ${MK_OPENSSL} != "no"
SUBDIR+=libcrypto libssl
.if ${MK_OPENSSH} != "no"
SUBDIR+=libssh
.endif
.endif
SUBDIR.${MK_TESTS}+= tests
.include <bsd.subdir.mk>