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