summaryrefslogtreecommitdiffstats
path: root/crypto/srp
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-06-13 15:09:48 +0100
committerBen Laurie <ben@links.org>2013-06-13 15:09:48 +0100
commite887c4187ef9bb5dc74576270c50706cbb0b4912 (patch)
treeccd439f84d2acfaa40b63a1427d96b3b4fe98ecb /crypto/srp
parent933aee6199ab134dac3abb1df46615424bafc718 (diff)
Backport single makefile from master.
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 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)