summaryrefslogtreecommitdiff
path: root/crypto/openssl/Makefile.org
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/Makefile.org')
-rw-r--r--crypto/openssl/Makefile.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssl/Makefile.org b/crypto/openssl/Makefile.org
index e54402237e636..409310ec43b7c 100644
--- a/crypto/openssl/Makefile.org
+++ b/crypto/openssl/Makefile.org
@@ -201,7 +201,8 @@ CLEARENV= TOP= && unset TOP $${LIB+LIB} $${LIBS+LIBS} \
$${ASFLAGS+ASFLAGS} $${AFLAGS+AFLAGS} \
$${LDCMD+LDCMD} $${LDFLAGS+LDFLAGS} $${SCRIPTS+SCRIPTS} \
$${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS} \
- $${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS}
+ $${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS} \
+ $${APPS+APPS}
# LC_ALL=C ensures that error [and other] messages are delivered in
# same language for uniform treatment.