Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib visit libcrypto_mdc2 if MKCRYPTO_MDC2 is defined



details:   https://anonhg.NetBSD.org/src/rev/cdafc8762e4c
branches:  trunk
changeset: 537067:cdafc8762e4c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Sep 26 13:29:44 2002 +0000

description:
visit libcrypto_mdc2 if MKCRYPTO_MDC2 is defined

diffstat:

 lib/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r fc078f148816 -r cdafc8762e4c lib/Makefile
--- a/lib/Makefile      Thu Sep 26 13:21:52 2002 +0000
+++ b/lib/Makefile      Thu Sep 26 13:29:44 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.77 2002/08/09 00:16:38 thorpej Exp $
+#      $NetBSD: Makefile,v 1.78 2002/09/26 13:29:44 itojun Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -22,6 +22,10 @@
 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



Home | Main Index | Thread Index | Old Index