c6063d0da8
from the latter.
15 lines
164 B
Makefile
15 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=sshd
|
|
.endif
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+=tests
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|