1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-09-07 07:16:52 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-06-08 08:24:07 +00:00
|
|
|
SUBDIR=
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSL} != "no"
|
2003-06-08 08:24:07 +00:00
|
|
|
SUBDIR+=bdes openssl
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2002-07-05 08:39:09 +00:00
|
|
|
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
|
2000-02-24 18:59:34 +00:00
|
|
|
.endif
|
2000-03-09 06:29:05 +00:00
|
|
|
.endif
|
1994-09-07 07:16:52 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|