NetBSD/usr.sbin/dhcp
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
..
client Implement MKDYNAMICROOT, which currently defaults to "no", but will 2002-08-27 14:46:11 +00:00
clientscript update resolv.conf if we have new nameservers. Don't require a domain, because 2002-05-28 15:04:01 +00:00
common MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
dhcpctl MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
dst MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
minires MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
omapip MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
omshell
relay
server - in <bsd.files.mk>, don't clear FILES after using it, as that prevents 2002-04-24 08:18:45 +00:00
share Add examples of how to match different classes (e.g. ia32 vs. ia64) 2002-02-17 20:26:03 +00:00
Makefile Add some definitions for the Intel PXE boot protocol that can 2002-02-09 21:13:31 +00:00
Makefile.inc Don't use -Dlint when compiling to get rid of unused copyright strings, 2002-06-16 21:40:03 +00:00