1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-08-08 17:42:36 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-06-02 20:03:32 +00:00
|
|
|
SUBDIR=
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSL} != "no"
|
2000-09-10 00:09:37 +00:00
|
|
|
SUBDIR+=libcrypto libssl
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2000-02-24 18:59:34 +00:00
|
|
|
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>
|