History log of /netbsd-src/usr.bin/klist/Makefile (Results 1 – 19 of 19)
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 ...


# 23023a98 10-Apr-2008 tsutsui <tsutsui@NetBSD.org>

Add more libraries required by libgssapi and libkrb5 etc. in NOPIC case.


# 4147a3c5 28-May-2007 tls <tls@NetBSD.org>

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry. RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros. Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

show more ...


# f5a1361a 23-Mar-2006 wiz <wiz@NetBSD.org>

Remove some more kerberosIV references.


# 85e611dd 20-Mar-2006 christos <christos@NetBSD.org>

Goodbye KerberosIV


# 1e281ed2 10-Jan-2005 lukem <lukem@NetBSD.org>

Only #define HAVE_IPV6 if ${USE_INET6} != "no".


# e63468d8 23-Jul-2003 itojun <itojun@NetBSD.org>

split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)


# e91a21c2 23-Oct-2002 itojun <itojun@NetBSD.org>

add DPADD.


# 5d4973fe 18-Sep-2002 lukem <lukem@NetBSD.org>

makefile delint. use NETBSDSRCDIR as appropriate


# 09795621 31-Dec-2001 thorpej <thorpej@NetBSD.org>

Remove -I${DESTDIR}/usr/include and -I${DESTDIR}/usr/include/openssl
from CPPFLAGS.


# b0b0a32a 12-Dec-2001 lukem <lukem@NetBSD.org>

Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .


# 8e6f7afb 12-Dec-2001 tv <tv@NetBSD.org>

MKfoo=no -> NOfoo


# 0cc78169 30-Dec-2000 sommerfeld <sommerfeld@NetBSD.org>

Fix oversights in last commit.


# 64cf1af5 30-Dec-2000 sommerfeld <sommerfeld@NetBSD.org>

Let src/usr.bin build with recursive parallel make..
- add .WAIT and .NOTPARALLEL in a few places
- change ${MAKE} print-objdir to ${PRINTOBJDIR}
- convert other ad-hoc forms to use ${PRINTOBJDIR}


# ee738c54 26-Oct-2000 garbled <garbled@NetBSD.org>

Change direct calls to "make" to ${MAKE}... sigh..


# fc90224f 03-Aug-2000 assar <assar@NetBSD.org>

link against the not-installed libvers


# 549a4d9c 03-Aug-2000 assar <assar@NetBSD.org>

update build infrastructure for heimdal 0.3a


# 5ae0bf3e 16-Jun-2000 thorpej <thorpej@NetBSD.org>

Fixup Heimdal/KTH Kerberos usr.bin bits.


# 551c93b7 16-Jun-2000 thorpej <thorpej@NetBSD.org>

Import Heimdal/KTH usr.bin bits.