Test for new CVS repository
[openssl.git] / Makefile.ssl
index c6b257a760fdf8e091c75f93b3eb7debfe272548..f6cb64329a9c299d7251d03be41fdfb9b13156a8 100644 (file)
@@ -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
@@ -229,16 +229,15 @@ files:  MINFO
        done;
 
 links:
-       /bin/rm -f Makefile;
-       ./util/point.sh Makefile.ssl Makefile;
-       $(TOP)/util/mklink.sh include $(EXHEADER) ;
+       /bin/rm -f Makefile
+       ./util/point.sh Makefile.ssl Makefile
+       $(TOP)/util/mklink.sh include $(EXHEADER)
        @for i in $(DIRS) ;\
        do \
        (cd $$i; echo "making links in $$i..."; \
        $(MAKE) SDIRS='${SDIRS}' links ); \
        done;
-       # @(cd apps; sh ./mklinks)
-       @( SSLEAY="`pwd`/apps/ssleay"; export SSLEAY; sh tools/c_rehash certs )
+       @(SSLEAY="`pwd`/apps/ssleay"; export SSLEAY; sh tools/c_rehash certs)
 
 dclean:
        /bin/rm -f *.bak
@@ -290,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