1999-08-27 21:35:59 -04:00
|
|
|
# $FreeBSD$
|
1994-08-08 13:42:36 -04:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2003-06-02 16:03:32 -04:00
|
|
|
SUBDIR=
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_OPENSSL} != "no"
|
2000-09-09 20:09:37 -04:00
|
|
|
SUBDIR+=libcrypto libssl
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2000-02-24 13:59:34 -05:00
|
|
|
SUBDIR+=libssh
|
2000-01-29 23:11:37 -05:00
|
|
|
.endif
|
2002-06-21 04:54:03 -04:00
|
|
|
.endif
|
1994-08-08 13:42:36 -04:00
|
|
|
|
2014-04-21 17:39:25 -04:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
|
SUBDIR+=tests
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-08-08 13:42:36 -04:00
|
|
|
.include <bsd.subdir.mk>
|