freebsd-dev/secure/usr.bin/Makefile
Mark Murray 8027fe397a Fix for the NO_OPENSSL case.
Reported by:	Marius Strobl <marius@alchemy.franken.de>
2003-06-08 08:24:07 +00:00

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>