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


# 2d158db9 19-May-2006 rillig <rillig@NetBSD.org>

Increased WARNS to 4.


# 244d270d 30-Jul-2005 christos <christos@NetBSD.org>

warns=3, delint.


# 826a1460 18-May-2003 lukem <lukem@NetBSD.org>

Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.


# 92252507 14-Sep-2002 thorpej <thorpej@NetBSD.org>

Allow mktemp to be built as a host tool.


# c18f2e8b 01-Apr-2002 bjh21 <bjh21@NetBSD.org>

On second thoughts, don't make mktemp a host tool. It's only used once, for
creating a temporary directory for maketars, and mkdir can do that safely
enough.


# fb698710 31-Mar-2002 bjh21 <bjh21@NetBSD.org>

Add mktemp as a host tool.


# 7132ce2f 21-Sep-1999 cgd <cgd@NetBSD.org>

RCS ID police (sigh)


# bd999492 02-Sep-1999 tron <tron@NetBSD.org>

Import FreeBSD's mktemp(1) utility.