1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-08-08 17:42:36 +00:00
|
|
|
|
2003-06-02 20:03:32 +00:00
|
|
|
SUBDIR=
|
2000-01-30 04:11:37 +00:00
|
|
|
.if !defined(NO_OPENSSL)
|
2000-09-10 00:09:37 +00:00
|
|
|
SUBDIR+=libcrypto libssl
|
2000-02-24 18:59:34 +00:00
|
|
|
.if !defined(NO_OPENSSH)
|
|
|
|
SUBDIR+=libssh
|
2000-01-30 04:11:37 +00:00
|
|
|
.endif
|
2002-06-21 08:54:03 +00:00
|
|
|
.endif
|
1994-08-08 17:42:36 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|