diff options
author | kris <kris@FreeBSD.org> | 2000-01-16 05:24:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-16 05:24:47 +0000 |
commit | dc0cb3b9c02bfacb591ceb04eed224b01599ffba (patch) | |
tree | 3d671957bdeb8af67d397506768ad8b01e3a9dcd /secure | |
parent | aec0a0a395f86a28b64f4e13b0c892bbffcd6610 (diff) | |
download | FreeBSD-src-dc0cb3b9c02bfacb591ceb04eed224b01599ffba.zip FreeBSD-src-dc0cb3b9c02bfacb591ceb04eed224b01599ffba.tar.gz |
Turn back on libcrypto and libssl building.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 6f61ed5..4190e38 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= libcipher libdes +SUBDIR= libcipher libcrypto libdes libssl .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=libtelnet .endif |