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