From 0ead16e624e58d47f81c9614abbc086488a46575 Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 19 Sep 2018 06:29:06 +0000 Subject: [PATCH] Build openssl(1). --- secure/usr.bin/openssl/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile index fad775faab5..72ec7427e0d 100644 --- a/secure/usr.bin/openssl/Makefile +++ b/secure/usr.bin/openssl/Makefile @@ -2,22 +2,23 @@ PROG= openssl -LIBADD= ssl crypto +LIBADD= ssl crypto pthread .if exists(Makefile.man) .include "Makefile.man" .endif .include "../../lib/libcrypto/Makefile.inc" -CFLAGS+= -DMONOLITH +CFLAGS+= -I${LCRYPTO_SRC}/apps +CFLAGS+= -I${OBJTOP}/secure/lib/libcrypto -SRCS+= app_rand.c apps.c asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c \ - dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c \ - errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c openssl.c \ - passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \ - prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c s_server.c \ - s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c srp.c ts.c \ - verify.c version.c x509.c +SRCS= app_rand.c apps.c asn1pars.c bf_prefix.c ca.c ciphers.c cms.c crl.c +SRCS+= crl2p7.c dgst.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c +SRCS+= engine.c errstr.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c +SRCS+= openssl.c opt.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c +SRCS+= pkeyutl.c prime.c rand.c rehash.c req.c rsa.c rsautl.c s_cb.c +SRCS+= s_client.c s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c +SRCS+= spkac.c srp.c storeutl.c ts.c verify.c version.c x509.c .include -- 2.45.0