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


# 6f6f89d2 08-Mar-2008 christos <christos@NetBSD.org>

pass lint, from anon ymous


# 3bcb486f 19-Sep-2002 lukem <lukem@NetBSD.org>

- revert change to accessing ../man/ includes as <man/xxx.h>; it's
ugly to add -I.../usr.bin to do this. instead, add appropriate
comments in the source to where the files are actually coming fr

- revert change to accessing ../man/ includes as <man/xxx.h>; it's
ugly to add -I.../usr.bin to do this. instead, add appropriate
comments in the source to where the files are actually coming from.
- use NETBSDSRCDIR as appropriate
- some minor makefile delint

show more ...


# c2fdc50a 13-Sep-2002 mycroft <mycroft@NetBSD.org>

config.[ch] -> manconf.[ch]


# 0f794d6d 08-Mar-2002 jdolecek <jdolecek@NetBSD.org>

use -I${CURDIR}/.. and #include <man/config.h>, <man/pathnames.h> so
that it's easier to tell from where do they come, and more easily
usable in host tool code when cut&pasted
use TAILQ_* macros

use -I${CURDIR}/.. and #include <man/config.h>, <man/pathnames.h> so
that it's easier to tell from where do they come, and more easily
usable in host tool code when cut&pasted
use TAILQ_* macros as apropriate
use EXIT_FAILURE for the glob error case, too

show more ...


# d00b77f1 17-Oct-1997 mikel <mikel@NetBSD.org>

now needs -I to find headers from ../man


# 10e180cc 08-May-1997 gwr <gwr@NetBSD.org>

Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.


# 012e528f 06-May-1997 gwr <gwr@NetBSD.org>

Use .PATH.c: ...


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

RCS ID police


# b1db8b26 04-Sep-1995 tls <tls@NetBSD.org>

Sync with 4.4lite2


# 0a334e76 25-Mar-1995 glass <glass@NetBSD.org>

cleanup old import


# 7711afad 25-Sep-1994 glass <glass@NetBSD.org>

update to 4.4-lite, add rcs ids


# 44aa3887 21-Dec-1993 cgd <cgd@NetBSD.org>

add apropos(1); part of new man(1) package from Bostic