Blow away Makefile.ssl.
[openssl.git] / apps / Makefile
similarity index 99%
rename from apps/Makefile.ssl
rename to apps/Makefile
index c0efd47eb2d4b5f9322859bb9f3ede6cb9cb134a..671944bb2c6f4ca172c49c01f2113049dc7da336 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  apps/Makefile.ssl
+#  apps/Makefile
 #
 
 DIR=           apps
@@ -11,10 +11,10 @@ INSTALL_PREFIX=
 INSTALLTOP=    /usr/local/ssl
 OPENSSLDIR=    /usr/local/ssl
 NEWMAKE=       make
-MAKE=          $(NEWMAKE) -f Makefile.ssl
+MAKE=          $(NEWMAKE)
 MAKEDEPPROG=   makedepend
 MAKEDEPEND=    $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
-MAKEFILE=      Makefile.ssl
+MAKEFILE=      Makefile
 PERL=          perl
 RM=            rm -f
 # KRB5 stuff
@@ -105,7 +105,7 @@ sreq.o: req.c
        $(CC) -c $(INCLUDES) $(CFLAG) -o sreq.o req.c
 
 files:
-       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
 install:
        @set -e; for i in $(EXE); \
@@ -132,7 +132,6 @@ tags:
 tests:
 
 links:
-       @sh $(TOP)/util/point.sh Makefile.ssl Makefile
 
 lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff