1999-10-12 19:48:05 +00:00
|
|
|
# $FreeBSD$
|
1999-10-07 19:47:09 +00:00
|
|
|
|
2003-04-30 07:51:51 +00:00
|
|
|
SUBDIR=
|
|
|
|
.if !defined(NO_OPENSSL)
|
|
|
|
.if !defined(NO_OPENSSH)
|
2002-07-05 08:39:09 +00:00
|
|
|
SUBDIR+=sftp-server ssh-keysign
|
2000-09-16 22:43:00 +00:00
|
|
|
.endif
|
2003-04-30 07:51:51 +00:00
|
|
|
.endif
|
1999-10-07 19:47:09 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|