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