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