1 diff -burN openssl-0.9.8j/Makefile openssl-0.9.8j.patched/Makefile
2 --- openssl-0.9.8j/Makefile 2009-01-07 12:57:01.000000000 +0100
3 +++ openssl-0.9.8j.patched/Makefile 2009-01-17 14:16:50.279667198 +0100
8 -DIRS= crypto fips ssl engines apps test tools
9 +DIRS= crypto fips ssl engines apps tools
12 # dirs in crypto to build
15 # tests to perform. "alltests" is a special word indicating that all tests
16 # should be performed.
26 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
27 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
29 LIBS= libcrypto.a libssl.a
30 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
35 -build_all: build_libs build_apps build_tests build_tools
36 +build_all: build_libs build_apps build_tools
38 build_libs: build_crypto build_fips build_ssl build_shared build_engines
42 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
44 -install: all install_docs install_sw
45 +install: all install_sw
48 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
49 diff -burN openssl-0.9.8j/Makefile.org openssl-0.9.8j.patched/Makefile.org
50 --- openssl-0.9.8j/Makefile.org 2008-12-30 14:26:26.000000000 +0100
51 +++ openssl-0.9.8j.patched/Makefile.org 2009-01-17 14:14:18.874409981 +0100
54 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
56 -install: all install_docs install_sw
57 +install: all install_sw
60 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \