summaryrefslogtreecommitdiffstats
path: root/crypto/jpake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/jpake/Makefile')
-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)