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