2000-02-24 17:00:55 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
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
|
|
|
|
|
2014-04-28 04:20:14 +00:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
SUBDIR+=tests
|
|
|
|
.endif
|
|
|
|
|
2000-02-24 17:00:55 +00:00
|
|
|
.include <bsd.subdir.mk>
|