1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= 6.if ${MK_OPENSSH} != "no" 7SUBDIR+=sshd 8.endif 9 10.include <bsd.subdir.mk> 11