mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
13 lines
202 B
Makefile
13 lines
202 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper ssh-sk-helper
|
|
.endif
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|