9 lines
93 B
Makefile
9 lines
93 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SUBDIR=
|
||
|
.if !defined(NO_OPENSSH)
|
||
|
SUBDIR+=sshd
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|