summaryrefslogtreecommitdiffstats
path: root/crypto/jpake
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-10-31 12:09:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-10-31 12:09:18 +0000
commit582ef3dbdbd0a633f614d37791226a2fe1558e53 (patch)
tree24a6732abf90b05ba6e20c8bfe67638645564bee /crypto/jpake
parent6a933782fafd69e8e66d34ba610b970fa167a0d5 (diff)
Fix from HEAD.
Diffstat (limited to 'crypto/jpake')
-rw-r--r--crypto/jpake/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/jpake/Makefile b/crypto/jpake/Makefile
index 0ed56306f2..a4a1402f2e 100644
--- a/crypto/jpake/Makefile
+++ b/crypto/jpake/Makefile
@@ -24,6 +24,14 @@ links:
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
+install:
+ @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
+ @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
+ do \
+ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
+ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
+ done;
+
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)