e4a3b084f9
have libcrypto to do that. Both consumers of this lib have been converted to use libcrypto. (bin/ed and secure/usr.bin/bdes).
15 lines
202 B
Makefile
15 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=libcrypto libssl
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=libssh
|
|
.endif
|
|
.if defined(NO_KERBEROS)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|