NetBSD/usr.sbin/ipf
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
..
ipf Implement MKDYNAMICROOT, which currently defaults to "no", but will 2002-08-27 14:46:11 +00:00
ipfs Update for IP Filter 3.4.1 2000-05-03 11:40:53 +00:00
ipfstat Added missing libraries, filenames and man pages 2002-01-24 08:24:38 +00:00
ipftest ipf regression tests are in regress/sys/kern/ipf 2002-05-13 06:35:47 +00:00
ipmon Use the new IP Filter dist layout for. 1999-12-12 11:29:55 +00:00
ipnat Added missing libraries, filenames and man pages 2002-01-24 08:24:38 +00:00
ipresend Update for IP Filter 3.4.1 2000-05-03 11:40:53 +00:00
ipsend More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
iptest Update for IP Filter 3.4.1 2000-05-03 11:40:53 +00:00
rules - in <bsd.files.mk>, don't clear FILES after using it, as that prevents 2002-04-24 08:18:45 +00:00
Makefile Update for IP Filter 3.4.1 2000-05-03 11:40:53 +00:00
Makefile.inc add -DSTATETOP to enable top(1) style display for ipfstat. 2001-03-13 16:29:42 +00:00