NetBSD/lib/libcrypto
thorpej 09a0767aa9 Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.

The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.

This is done by decoupling where a shlib is installed from how it
is located.  Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR,
contain the former information, and key off MKDYNAMICROOT only.  SHLIBDIR
and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.

The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and
SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README
for usage details.
2002-09-27 21:37:50 +00:00
..
arch Add (commented out) CPP flags for making DES faster on StrongARM 2002-09-20 23:59:40 +00:00
man Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
Makefile Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and 2002-09-27 21:37:50 +00:00
asn1.inc
bf.inc
bio.inc
bn.inc
buffer.inc
cast.inc
comp.inc
conf.inc
crypto.inc
des.inc
dh.inc
dsa.inc
dso.inc
err.inc
evp.inc
hmac.inc
i_cbc_dummy.c use weak_alias to make libcrypto_{idea,rc5} actually useful. 2002-06-09 02:14:30 +00:00
i_skey_dummy.c use weak_alias to make libcrypto_{idea,rc5} actually useful. 2002-06-09 02:14:30 +00:00
idea.inc
lhash.inc
man.inc regen openssl manpage from 0.9.6e source. 2002-07-31 01:45:20 +00:00
md2.inc
md4.inc
md5.inc
mdc2.inc MDC2 is a patented algorithm; don't ship it in default libcrypto. 2002-09-26 13:05:54 +00:00
mdc2dgst_dummy.c dummy funtion decls 2002-09-26 13:06:25 +00:00
objects.inc
pem.inc
pkcs7.inc
pkcs12.inc
rand.inc
rc2.inc
rc4.inc
rc5.inc
rc5_enc_dummy.c use weak_alias to make libcrypto_{idea,rc5} actually useful. 2002-06-09 02:14:30 +00:00
rc5_skey_dummy.c use weak_alias to make libcrypto_{idea,rc5} actually useful. 2002-06-09 02:14:30 +00:00
ripemd.inc
rnd_keys.c
rsa.inc
sha.inc
shlib_version Belatedly bump libdes shared library major number, due to bump of 2002-08-20 13:49:55 +00:00
srcs.inc
stack.inc
txt_db.inc
x509.inc
x509v3.inc