Module Name: src
Committed By: christos
Date: Mon Jul 20 20:19:49 UTC 2009
Modified Files:
src/compat/crypto/external/bsd/openssl/lib: Makefile
Log Message:
reference the regular Makefile directly instead of copying it.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/compat/crypto/external/bsd/openssl/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/compat/crypto/external/bsd/openssl/lib/Makefile
diff -u src/compat/crypto/external/bsd/openssl/lib/Makefile:1.1 src/compat/crypto/external/bsd/openssl/lib/Makefile:1.2
--- src/compat/crypto/external/bsd/openssl/lib/Makefile:1.1 Sun Jul 19 19:36:49 2009
+++ src/compat/crypto/external/bsd/openssl/lib/Makefile Mon Jul 20 16:19:48 2009
@@ -1,26 +1,5 @@
-# $NetBSD: Makefile,v 1.1 2009/07/19 23:36:49 christos Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/20 20:19:48 christos Exp $
.include "bsd.own.mk"
-.if (${MKCRYPTO} != "no")
-
-# 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
-
-SUBDIR+= libssl # depends on libcrypto
-
-.endif # MKCRYPTO != no
-
-.include <bsd.subdir.mk>
+.include "${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/Makefile"