Brian Feldman d82f495687 We cannot have libcrypto, and therefore OpenSSL at all, without RSA.
If you need examples of breakage, I'm ready to provide more than a
few.
2000-01-15 18:02:10 +00:00

9 lines
124 B
Makefile

# $FreeBSD$
SUBDIR= bdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif
.include <bsd.subdir.mk>