1.include <src.opts.mk> 2 3SUBDIR= 4.if ${MK_OPENSSH} != "no" 5SUBDIR+=sshd 6.endif 7 8SUBDIR.${MK_TESTS}+= tests 9 10SUBDIR_PARALLEL= 11 12.include <bsd.subdir.mk> 13