freebsd-dev/secure/lib/Makefile
Mark Murray e4a3b084f9 Disconnect libcipher from the build. It only does DES, and we already
have libcrypto to do that. Both consumers of this lib have been
converted to use libcrypto. (bin/ed and secure/usr.bin/bdes).
2003-06-02 20:03:32 +00:00

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>