NetBSD/share/man
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
..
man0 add SRC definition (and use it, instead of hardcoding ../../..) 2002-05-23 00:03:38 +00:00
man1 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
man3 mention argument promotion and change example 2002-08-18 08:57:07 +00:00
man4 Note support for HPT372 and (better late than never) HPT374. 2002-08-23 16:31:09 +00:00
man5 Implement MKDYNAMICROOT, which currently defaults to "no", but will 2002-08-27 14:46:11 +00:00
man6 Drop unnecessary .Pp. 2001-06-24 01:33:24 +00:00
man7 document /lib and /rescue. other minor tweaks 2002-08-22 01:40:07 +00:00
man8 Override the last commit by auto-generating the file from walnut's 2002-08-23 13:01:21 +00:00
man9 uiomove()'s second argument is now a size_t. 2002-08-25 22:29:11 +00:00
tools Spell acquire with a 'c'. 2002-07-10 23:16:32 +00:00
Makefile Include <bsd.sys.mk> so CAT is defined in the UNPRIVED= USETOOLS=no case. 2002-06-15 01:46:16 +00:00