9 lines
93 B
Makefile
Raw Normal View History

# $FreeBSD$
SUBDIR=
.if !defined(NO_OPENSSH)
SUBDIR+=sshd
.endif
.include <bsd.subdir.mk>