NetBSD/share
lukem ed401558f2 Implement MKDYNAMICROOT, which currently defaults to "no", but will
be changed in the future to "yes".

If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).

If MKDYNAMICROOT == "yes", the following changes occur:
    in <bsd.own.mk>:
	SHLIBDIR?=     /lib
	SHLINKDIR?=	/lib
    in various Makefiles, the following entry is DISABLED.
	LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
2002-08-27 14:46:11 +00:00
..
dict Pick up some changes from FreeBSD- adding "sizeableness" but leaving out 2002-02-20 04:13:56 +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 Replace with a much better one which covers the whole Unicode range, 2002-07-15 13:40:06 +00:00
man Implement MKDYNAMICROOT, which currently defaults to "no", but will 2002-08-27 14:46:11 +00:00
me Correct error in last commit: "revisions" should not be removed during 2002-03-17 21:11:32 +00:00
misc Fix comment about format. 2002-08-02 18:02:53 +00:00
mk Implement MKDYNAMICROOT, which currently defaults to "no", but will 2002-08-27 14:46:11 +00:00
nls add nls alias database. 2002-02-13 07:54:23 +00:00
sushi Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
tabset MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
termcap Remove 'ic' capability from our xterm entry as per PR bin/15667 from 2002-08-04 14:43:47 +00:00
tmac Add libpmc. 2002-08-09 00:18:30 +00:00
wscons One more fix from Dawid Szymanski 2002-02-14 20:12:36 +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