1.include <src.opts.mk> 2 3SUBDIR= 4.if ${MK_OPENSSH} != "no" 5SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper ssh-sk-helper sshd-session 6SUBDIR+=sshd-auth 7.endif 8 9SUBDIR.${MK_TESTS}+= tests 10 11SUBDIR_PARALLEL= 12 13.include <bsd.subdir.mk> 14