2000-02-24 17:00:55 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 18:54:44 +00:00
|
|
|
|
2000-02-24 17:00:55 +00:00
|
|
|
SUBDIR=
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2000-02-24 17:00:55 +00:00
|
|
|
SUBDIR+=sshd
|
|
|
|
.endif
|
|
|
|
|
2017-08-02 08:35:51 +00:00
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
2014-04-21 21:39:25 +00:00
|
|
|
|
2015-10-15 22:55:08 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
2000-02-24 17:00:55 +00:00
|
|
|
.include <bsd.subdir.mk>
|