summaryrefslogtreecommitdiffstats
path: root/crypto/jpake
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-24 11:57:14 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-24 11:57:14 +0100
commit47b31827887608f910dc80228106a03556c40c4e (patch)
treeb67cb571fcdaa196a88976dc13779a93dc54891b /crypto/jpake
parentdd12df794a6fde993cb1970d1f484793a0973988 (diff)
JPAKE Makefile missing 'files' target
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/jpake')
-rw-r--r--crypto/jpake/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/jpake/Makefile b/crypto/jpake/Makefile
index a56d558ccb..112dfb1ecb 100644
--- a/crypto/jpake/Makefile
+++ b/crypto/jpake/Makefile
@@ -21,6 +21,9 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
+files:
+ $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
+
links:
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)