aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.ssl
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-23 07:58:53 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-23 07:58:53 +0000
commit9ce5db45be20063a5781a0733fc736f6c4005a66 (patch)
tree7438a57e97e722bdb22b77def181088e9c2dcbcd /Makefile.ssl
parent457c8a3965f2d56cc0be7583d5271f6040c0a6a0 (diff)
downloadopenssl-9ce5db45be20063a5781a0733fc736f6c4005a66.tar.gz
*** empty log message ***
Diffstat (limited to 'Makefile.ssl')
-rw-r--r--Makefile.ssl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.ssl b/Makefile.ssl
index 7183f52dfb..f6cb64329a 100644
--- a/Makefile.ssl
+++ b/Makefile.ssl
@@ -177,7 +177,7 @@ WDIRS= windows
LIBS= libcrypto.a libssl.a
GENERAL= Makefile
-BASENAME= opentls
+BASENAME= openssl
NAME= $(BASENAME)-$(VERSION)
TARFILE= $(NAME).tar
WTARFILE= $(NAME)-win.tar
@@ -289,8 +289,8 @@ tar:
@gtar --no-recursion -cvf - \
`find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\
tardy --user_number=0 --user_name=rse \
- --group_number=0 --group_name=opentls \
- --prefix=opentls-$(VERSION) - |\
+ --group_number=0 --group_name=openssl \
+ --prefix=openssl-$(VERSION) - |\
gzip --best >../$(TARFILE).gz; \
ls -l ../$(TARFILE).gz