freebsd-dev/secure/lib/Makefile
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
139 B
Makefile

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