NetBSD/share
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
..
dict minor makefile delint 2002-09-18 07:50:31 +00:00
doc Reflect bsd.doc.mk rev 1.52 here, and make sure that ROFF uses MACROS. 2002-06-02 17:40:44 +00:00
examples Move the sample fstab files to /usr/share/examples/fstab/. Duplicates 2002-05-04 19:43:57 +00:00
locale use NETBSDSRCDIR as appropriate 2002-09-18 02:51:46 +00:00
man Add a line saying that a trailing '\n' is not needed. Bump date. 2002-09-27 15:53:33 +00:00
me Correct error in last commit: "revisions" should not be removed during 2002-03-17 21:11:32 +00:00
misc EOL: end of life. 2002-09-27 03:40:46 +00:00
mk Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and 2002-09-27 21:37:50 +00:00
nls minor makefile delint 2002-09-18 07:50:31 +00:00
sushi Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
tabset minor makefile delint 2002-09-18 07:50:31 +00:00
termcap Correct the escape sequences for F1-F4 in our xterm entry. 2002-09-13 16:40:02 +00:00
tmac Add libpmc. 2002-08-09 00:18:30 +00:00
wscons minor makefile delint 2002-09-18 07:50:31 +00:00
zoneinfo Use the new cat(1) locking functionality - should solve PR toolchain/16963. 2002-06-10 18:47:12 +00:00
Makefile Descend into nls. 2002-02-14 06:49:57 +00:00
Makefile.inc