1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-09-07 07:16:52 +00:00
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 18:54:44 +00:00
|
|
|
|
2003-06-08 08:24:07 +00:00
|
|
|
SUBDIR=
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSL} != "no"
|
2017-02-06 08:27:19 +00:00
|
|
|
SUBDIR+=openssl
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2002-07-05 08:39:09 +00:00
|
|
|
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
|
2000-02-24 18:59:34 +00:00
|
|
|
.endif
|
2000-03-09 06:29:05 +00:00
|
|
|
.endif
|
1994-09-07 07:16:52 +00:00
|
|
|
|
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=
|
|
|
|
|
1994-09-07 07:16:52 +00:00
|
|
|
.include <bsd.subdir.mk>
|