3 @@ -134,7 +134,7 @@ FIPSCANLIB=
7 -DIRS= crypto ssl engines apps test tools
8 +DIRS= crypto ssl engines apps tools
11 # dirs in crypto to build
12 @@ -151,7 +151,7 @@ SDIRS= \
14 # tests to perform. "alltests" is a special word indicating that all tests
15 # should be performed.
21 @@ -163,7 +163,7 @@ SHELL=/bin/sh
25 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
26 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
28 LIBS= libcrypto.a libssl.a
29 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
30 @@ -323,7 +323,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
34 -build_all: build_libs build_apps build_tests build_tools
35 +build_all: build_libs build_apps build_tools
37 build_libs: build_crypto build_fips build_ssl build_shared build_engines
39 @@ -617,7 +617,7 @@ dist:
41 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
43 -install: all install_docs install_sw
44 +install: all install_sw
47 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
50 @@ -615,7 +615,7 @@ dist:
52 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
54 -install: all install_docs install_sw
55 +install: all install_sw
58 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \