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 revisions 1.99, 1.105 (requested by he ...
details: https://anonhg.NetBSD.org/src/rev/61a034bb0b89
branches: netbsd-1-6
changeset: 529635:61a034bb0b89
user: he <he%NetBSD.org@localhost>
date: Sun Dec 01 21:40:09 2002 +0000
description:
Pull up revisions 1.99,1.105 (requested by he and 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.README | 30 +++++++++++++++++++++++++++++-
1 files changed, 29 insertions(+), 1 deletions(-)
diffs (81 lines):
diff -r 8a64b9616da4 -r 61a034bb0b89 share/mk/bsd.README
--- a/share/mk/bsd.README Sun Dec 01 21:39:33 2002 +0000
+++ b/share/mk/bsd.README Sun Dec 01 21:40:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.98 2002/04/26 15:02:02 lukem Exp $
+# $NetBSD: bsd.README,v 1.98.2.1 2002/12/01 21:40:09 he Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -303,6 +303,9 @@
MKCRYPTO_IDEA If set to "yes", IDEA support will be built into
libcrypto_idea.a. Defaults to "no".
+MKCRYPTO_MDC2 If set to "yes", MDC2 support will be built into
+ libcrypto_mdc2.a. Defaults to "no".
+
MKCRYPTO_RC5 If set to "yes", RC5 support will be built into
libcrypto_rc5.a. Defaults to "no".
@@ -457,10 +460,17 @@
The following libraries are predefined for DPADD:
LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
+ LIBBZ2?= ${DESTDIR}/usr/lib/libbz2.a
LIBC?= ${DESTDIR}/usr/lib/libc.a
LIBC_PIC?= ${DESTDIR}/usr/lib/libc_pic.a
+ LIBCDK?= ${DESTDIR}/usr/lib/libcdk.a
+ LIBCOM_ERR?= ${DESTDIR}/usr/lib/libcom_err.a
LIBCOMPAT?= ${DESTDIR}/usr/lib/libcompat.a
LIBCRYPT?= ${DESTDIR}/usr/lib/libcrypt.a
+ LIBCRYPTO?= ${DESTDIR}/usr/lib/libcrypto.a
+ LIBCRYPTO_IDEA?=${DESTDIR}/usr/lib/libcrypto_idea.a
+ LIBCRYPTO_MDC2?=${DESTDIR}/usr/lib/libcrypto_mdc2.a
+ LIBCRYPTO_RC5?= ${DESTDIR}/usr/lib/libcrypto_rc5.a
LIBCURSES?= ${DESTDIR}/usr/lib/libcurses.a
LIBDBM?= ${DESTDIR}/usr/lib/libdbm.a
LIBDES?= ${DESTDIR}/usr/lib/libdes.a
@@ -468,25 +478,43 @@
LIBFORM?= ${DESTDIR}/usr/lib/libform.a
LIBGCC?= ${DESTDIR}/usr/lib/libgcc.a
LIBGNUMALLOC?= ${DESTDIR}/usr/lib/libgnumalloc.a
+ LIBGSSAPI?= ${DESTDIR}/usr/lib/libgssapi.a
+ LIBHDB?= ${DESTDIR}/usr/lib/libhdb.a
LIBINTL?= ${DESTDIR}/usr/lib/libintl.a
LIBIPSEC?= ${DESTDIR}/usr/lib/libipsec.a
+ LIBKADM?= ${DESTDIR}/usr/lib/libkadm.a
+ LIBKADM5CLNT?= ${DESTDIR}/usr/lib/libkadm5clnt.a
+ LIBKADM5SRV?= ${DESTDIR}/usr/lib/libkadm5srv.a
+ LIBKAFS?= ${DESTDIR}/usr/lib/libkafs.a
LIBKDB?= ${DESTDIR}/usr/lib/libkdb.a
LIBKRB?= ${DESTDIR}/usr/lib/libkrb.a
+ LIBKRB5?= ${DESTDIR}/usr/lib/libkrb5.a
+ LIBKSTREAM?= ${DESTDIR}/usr/lib/libkstream.a
LIBKVM?= ${DESTDIR}/usr/lib/libkvm.a
LIBL?= ${DESTDIR}/usr/lib/libl.a
LIBM?= ${DESTDIR}/usr/lib/libm.a
LIBMENU?= ${DESTDIR}/usr/lib/libmenu.a
LIBMP?= ${DESTDIR}/usr/lib/libmp.a
LIBNTP?= ${DESTDIR}/usr/lib/libntp.a
+ LIBOBJC?= ${DESTDIR}/usr/lib/libobjc.a
+ LIBOSSAUDIO?= ${DESTDIR}/usr/lib/libossaudio.a
LIBPC?= ${DESTDIR}/usr/lib/libpc.a
LIBPCAP?= ${DESTDIR}/usr/lib/libpcap.a
+ LIBPCI?= ${DESTDIR}/usr/lib/libpci.a
LIBPLOT?= ${DESTDIR}/usr/lib/libplot.a
LIBPOSIX?= ${DESTDIR}/usr/lib/libposix.a
LIBRESOLV?= ${DESTDIR}/usr/lib/libresolv.a
+ LIBRMT?= ${DESTDIR}/usr/lib/librmt.a
+ LIBROKEN?= ${DESTDIR}/usr/lib/libroken.a
LIBRPCSVC?= ${DESTDIR}/usr/lib/librpcsvc.a
LIBSKEY?= ${DESTDIR}/usr/lib/libskey.a
+ LIBSS?= ${DESTDIR}/usr/lib/libss.a
+ LIBSSL?= ${DESTDIR}/usr/lib/libssl.a
+ LIBSKEY?= ${DESTDIR}/usr/lib/libskey.a
+ LIBSL?= ${DESTDIR}/usr/lib/libsl.a
LIBTERMCAP?= ${DESTDIR}/usr/lib/libtermcap.a
LIBTELNET?= ${DESTDIR}/usr/lib/libtelnet.a
+ LIBUSBHID?= ${DESTDIR}/usr/lib/libusbhid.a
LIBUTIL?= ${DESTDIR}/usr/lib/libutil.a
LIBWRAP?= ${DESTDIR}/usr/lib/libwrap.a
LIBY?= ${DESTDIR}/usr/lib/liby.a
Home |
Main Index |
Thread Index |
Old Index