summaryrefslogtreecommitdiffstats
path: root/crypto/srp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/srp/Makefile')
-rw-r--r--crypto/srp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/srp/Makefile b/crypto/srp/Makefile
index 41859d46fa..ddf674864f 100644
--- a/crypto/srp/Makefile
+++ b/crypto/srp/Makefile
@@ -37,6 +37,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)