summaryrefslogtreecommitdiffstats
path: root/crypto/err/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/err/Makefile')
-rw-r--r--crypto/err/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/err/Makefile b/crypto/err/Makefile
index 23e38409c8..fc680e2f6a 100644
--- a/crypto/err/Makefile
+++ b/crypto/err/Makefile
@@ -17,8 +17,8 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=err.c err_all.c err_prn.c
-LIBOBJ=err.o err_all.o err_prn.o
+LIBSRC=err.c err_def.c err_all.c err_prn.c err_str.c err_bio.c
+LIBOBJ=err.o err_def.o err_all.o err_prn.o err_str.o err_bio.o
SRC= $(LIBSRC)