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