Module Name:    src
Committed By:   christos
Date:           Wed Jul 11 18:50:24 UTC 2012

Modified Files:
        src/crypto/external/bsd/openssl/lib: Makefile
Removed Files:
        src/crypto/external/bsd/openssl/lib/libcrypto_idea: Makefile
            shlib_version
        src/crypto/external/bsd/openssl/lib/libcrypto_mdc2: Makefile
            shlib_version

Log Message:
remove unneeded libraries


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/openssl/lib/Makefile
cvs rdiff -u -r1.3 -r0 \
    src/crypto/external/bsd/openssl/lib/libcrypto_idea/Makefile
cvs rdiff -u -r1.1 -r0 \
    src/crypto/external/bsd/openssl/lib/libcrypto_idea/shlib_version
cvs rdiff -u -r1.3 -r0 \
    src/crypto/external/bsd/openssl/lib/libcrypto_mdc2/Makefile
cvs rdiff -u -r1.1 -r0 \
    src/crypto/external/bsd/openssl/lib/libcrypto_mdc2/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/Makefile
diff -u src/crypto/external/bsd/openssl/lib/Makefile:1.1 src/crypto/external/bsd/openssl/lib/Makefile:1.2
--- src/crypto/external/bsd/openssl/lib/Makefile:1.1	Sun Jul 19 19:30:42 2009
+++ src/crypto/external/bsd/openssl/lib/Makefile	Wed Jul 11 14:50:23 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/07/19 23:30:42 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2012/07/11 18:50:23 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -7,14 +7,6 @@
 # OpenSSL libraries.
 SUBDIR= libcrypto libdes
 
-.if (${MKCRYPTO_IDEA} != "no")
-SUBDIR+= libcrypto_idea
-.endif	# MKCRYPTO_IDEA != no
-
-.if (${MKCRYPTO_MDC2} != "no")
-SUBDIR+= libcrypto_mdc2
-.endif	# MKCRYPTO_MDC2 != no
-
 .if (${MKCRYPTO_RC5} != "no")
 SUBDIR+= libcrypto_rc5
 .endif	# MKCRYPTO_RC5 != no

Reply via email to