[BACK]Return to bsd.README CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.README between version 1.104 and 1.105

version 1.104, 2002/09/22 15:08:19 version 1.105, 2002/09/26 13:05:55
Line 306  MKCRYPTO If set to "no", no cryptography
Line 306  MKCRYPTO If set to "no", no cryptography
 MKCRYPTO_IDEA   If set to "yes", IDEA support will be built into  MKCRYPTO_IDEA   If set to "yes", IDEA support will be built into
                 libcrypto_idea.a.  Defaults to "no".                  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  MKCRYPTO_RC5    If set to "yes", RC5 support will be built into
                 libcrypto_rc5.a.  Defaults to "no".                  libcrypto_rc5.a.  Defaults to "no".
   
Line 508  DPADD  Additional dependencies for the p
Line 511  DPADD  Additional dependencies for the p
                 LIBCRYPT?=      ${DESTDIR}/usr/lib/libcrypt.a                  LIBCRYPT?=      ${DESTDIR}/usr/lib/libcrypt.a
                 LIBCRYPTO?=     ${DESTDIR}/usr/lib/libcrypto.a                  LIBCRYPTO?=     ${DESTDIR}/usr/lib/libcrypto.a
                 LIBCRYPTO_IDEA?=${DESTDIR}/usr/lib/libcrypto_idea.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                  LIBCRYPTO_RC5?= ${DESTDIR}/usr/lib/libcrypto_rc5.a
                 LIBCURSES?=     ${DESTDIR}/usr/lib/libcurses.a                  LIBCURSES?=     ${DESTDIR}/usr/lib/libcurses.a
                 LIBDBM?=        ${DESTDIR}/usr/lib/libdbm.a                  LIBDBM?=        ${DESTDIR}/usr/lib/libdbm.a

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

CVSweb <webmaster@jp.NetBSD.org>