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