mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
14 lines
194 B
Makefile
14 lines
194 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSL} != "no"
|
|
SUBDIR+=libcrypto libssl
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=libssh
|
|
.endif
|
|
.endif
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.subdir.mk>
|