8027fe397a
Reported by: Marius Strobl <marius@alchemy.franken.de>
15 lines
241 B
Makefile
15 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=bdes openssl
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
|
|
.endif
|
|
.if defined(NO_KERBEROS)
|
|
SUBDIR+=telnet
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|