Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/mk Pull up revision 1.158 (requested by itojun in...



details:   https://anonhg.NetBSD.org/src/rev/5a51e2155f42
branches:  netbsd-1-6
changeset: 529637:5a51e2155f42
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 21:41:05 2002 +0000

description:
Pull up revision 1.158 (requested by itojun in ticket #861):
  MDC2 is a patented algorithm, so don't ship it in the
  default libcrypto.  Defining MKCRYPTO_MDC2 will build a
  separate library, libcrypto_mdc2.

diffstat:

 share/mk/bsd.prog.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 07dee2934bbb -r 5a51e2155f42 share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk      Sun Dec 01 21:40:39 2002 +0000
+++ b/share/mk/bsd.prog.mk      Sun Dec 01 21:41:05 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.prog.mk,v 1.155 2002/03/27 05:40:54 eeh Exp $
+#      $NetBSD: bsd.prog.mk,v 1.155.2.1 2002/12/01 21:41:05 he Exp $
 #      @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
 
 .include <bsd.init.mk>
@@ -43,7 +43,8 @@
 #     etc..
 #
 __bsd_prog_mk_system_libs?= \
-       BZ2 C C_PIC CDK COM_ERR COMPAT CRYPT CRYPTO CRYPTO_RC5 CRYPTO_IDEA \
+       BZ2 C C_PIC CDK COM_ERR COMPAT CRYPT CRYPTO CRYPTO_IDEA CRYPTO_MDC2 \
+       CRYPTO_RC5 \
        CURSES DBM DES EDIT FORM GCC GNUMALLOC GSSAPI HDB INTL IPSEC \
        KADM KADM5CLNT KADM5SRV KAFS KDB KRB KRB5 KSTREAM KVM L M MENU \
        OBJC OSSAUDIO PCAP PCI POSIX RESOLV RMT ROKEN RPCSVC SKEY SS SSL SL \



Home | Main Index | Thread Index | Old Index