1# $FreeBSD$ 2 3SUBDIR= 4.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL) 5SUBDIR+=sshd 6.endif 7 8.include <bsd.subdir.mk> 9