summaryrefslogtreecommitdiffstats
path: root/crypto/srp
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-02-26 21:50:26 +0000
committerBen Laurie <ben@links.org>2013-02-26 21:51:13 +0000
commite46a281de59d2002c94dcf4a078c4fd7f3a9f617 (patch)
tree1daa9a1ea30d6f1df2f62e54cc40390ece1c5227 /crypto/srp
parente1f1d28f34cc5cfc87772e0d8331e00137a4a213 (diff)
Missing files target.
Diffstat (limited to 'crypto/srp')
-rw-r--r--crypto/srp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/srp/Makefile b/crypto/srp/Makefile
index 81b4197758..324a409124 100644
--- a/crypto/srp/Makefile
+++ b/crypto/srp/Makefile
@@ -36,6 +36,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)