| INCLUDES= -I$(TOP) -I../../include |
| OPENSSLDIR= /usr/local/ssl |
| INSTALLTOP=/usr/local/ssl |
| MAKE= make -f Makefile.ssl |
| MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) |
| CFLAGS= $(INCLUDES) $(CFLAG) |
| MISC_APPS= c_hash c_info c_issuer c_name |
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \ |
| chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \ |
| mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \ |
| @for i in $(MISC_APPS) ; \ |
| (cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \ |
| chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \ |
| mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \ |
| $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
| @$(TOP)/util/point.sh Makefile.ssl Makefile |
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
| mv -f Makefile.new $(MAKEFILE) |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
| # DO NOT DELETE THIS LINE -- make depend depends on it. |