History log of /netbsd-src/usr.bin/ktrace/Makefile (Results 1 – 15 of 15)
Revision Date Author Comments
# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint

show more ...


# 58fc70c4 16-Jul-2005 christos <christos@NetBSD.org>

WARNS=3


# ed401558 27-Aug-2002 lukem <lukem@NetBSD.org>

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

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).

show more ...


# 53b6556e 14-Nov-2000 jdolecek <jdolecek@NetBSD.org>

back out previous change - this needs to be discussed first at least


# dfc9af32 13-Nov-2000 jdolecek <jdolecek@NetBSD.org>

don't link these static; if shared libraries are hosed, these utilities would
surely not save the situation, not help to recover from it


# 4191a1e6 28-Jul-1999 enami <enami@NetBSD.org>

- remove duplicated setting for LDSTATIC in ktruss/Makefile.
- fix command name in SYNOPSIS section of man page.
- link ktrace man page to ktruss man page.
- add executable and man page for ktruss in

- remove duplicated setting for LDSTATIC in ktruss/Makefile.
- fix command name in SYNOPSIS section of man page.
- link ktrace man page to ktruss man page.
- add executable and man page for ktruss in distrib sets.

show more ...


# 8aaf609a 02-Mar-1998 cgd <cgd@NetBSD.org>

allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf


# 50acd78e 19-Oct-1997 lukem <lukem@NetBSD.org>

don't define WARNS=1 here


# 89d7a04e 23-Jul-1997 mikel <mikel@NetBSD.org>

set WARNS?=1, cleanup


# 9d225a17 09-Jan-1997 tls <tls@NetBSD.org>

RCS ID police


# f45b2208 06-Dec-1994 deraadt <deraadt@NetBSD.org>

Link these statically to make shared library debugging easier


# 2fd45120 06-Oct-1994 mycroft <mycroft@NetBSD.org>

Add RCS ids.


# db906e7d 11-May-1994 cgd <cgd@NetBSD.org>

clean up import


# 690cae81 31-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS indentifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources