NetBSD/usr.bin/kdump
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
..
Makefile Implement MKDYNAMICROOT, which currently defaults to "no", but will 2002-08-27 14:46:11 +00:00
Makefile.ioctl-c
kdump.1 It's easy for ktrace can generate trace files that contain data from 2002-06-20 22:02:32 +00:00
kdump.c Fix formatting of ktr_user entries so that values of individual bytes 2002-08-04 14:26:21 +00:00
mkioctls
setemul.c Provide hooks for signal number to name translation, and use them for kill 2002-03-31 22:44:03 +00:00
setemul.h Provide hooks for signal number to name translation, and use them for kill 2002-03-31 22:44:03 +00:00