summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/Makefile')
-rw-r--r--secure/usr.bin/openssl/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index 8166254..89deb68 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -10,15 +10,15 @@ LDADD= -lssl -lcrypto
.endif
.include "../../lib/libcrypto/Makefile.inc"
-CFLAGS+= -DMONOLITH -I${.CURDIR}
+CFLAGS+=-DMONOLITH -I${.CURDIR}
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 genrsa.c nseq.c ocsp.c openssl.c passwd.c \
- pkcs12.c pkcs7.c pkcs8.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 verify.c version.c x509.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
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud