1
2.include <src.opts.mk>
3
4SUBDIR=
5.if ${MK_OPENSSL} != "no"
6SUBDIR+=openssl
7.if ${MK_OPENSSH} != "no"
8SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
9.endif
10.endif
11
12SUBDIR.${MK_TESTS}+= tests
13
14SUBDIR_PARALLEL=
15
16.include <bsd.subdir.mk>
17