History log of /netbsd/libexec/makewhatis/Makefile (Results 1 – 20 of 20)
Revision Date Author Comments
# 500db002 16-Mar-2009 lukem <lukem@NetBSD.org>

Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd


# e3b62f58 30-Aug-2006 christos <christos@NetBSD.org>

Only include libutil if !HOSTPROG


# 5a7156cc 26-Aug-2006 christos <christos@NetBSD.org>

use efun(3)


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


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

use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk


# 7c96dd15 13-Sep-2002 thorpej <thorpej@NetBSD.org>

Rename man/config.{c,h} to man/manconf.{c,h}, so we don't have to
worry about problems including "config.h" when building as a host
tool.


# 937e5f4f 04-Sep-2002 junyoung <junyoung@NetBSD.org>

Previous commit broke the normal build; this should really fix the
problem, toolchain/18020. From Frederick Bruckman <fredb@immanent.net>.


# 9cc71f17 04-Sep-2002 junyoung <junyoung@NetBSD.org>

Fix a problem that 'make obj' doesn't work within tools/makewhatis.


# f794aa60 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path


# 534dd161 08-Mar-2002 jdolecek <jdolecek@NetBSD.org>

If called without arguments, parse /etc/man.conf and regenerate the whatis
databases specified there. By default, the individual databases
are actually generated by forked children in this case, for

If called without arguments, parse /etc/man.conf and regenerate the whatis
databases specified there. By default, the individual databases
are actually generated by forked children in this case, for
performance reasons. This feature can be switched off by new -f flag.
If the configuration file can't be parsed or doesn't contain any
_whatdb entries, the code falls back to /usr/share/man as before.

Added -C, which allows to specify alternate configuration file. This
is compatible with apropos(1) and whatis(1) flag of same name.

Update manpage accordingly and document behaviour a bit better.
Also add a HISTORY section, hopefully correct (done using CVS logs).

This solves toolchain/5231 by Tim Rightnour and bin/7696 by Allen Briggs.

show more ...


# a328e341 29-Jan-2002 tv <tv@NetBSD.org>

Make almost all tools compile and run properly on non-NetBSD hosts. (In
particular, most tools now run correctly on Solaris 7.)


# 65709d50 29-Nov-2001 thorpej <thorpej@NetBSD.org>

Allow this to be built as a host program.


# ceb9bcab 25-Sep-1999 tron <tron@NetBSD.org>

Replace shell script for creating whatis.db database with a C program
which is a little bit faster.


# 868ca23d 13-Feb-1999 lukem <lukem@NetBSD.org>

remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate


# 3c177562 20-Oct-1997 lukem <lukem@NetBSD.org>

build objdir for manpage. from Dave Huang <khym@bga.com> in [bin/4294]


# c9bf407d 17-Oct-1997 hubertf <hubertf@NetBSD.org>

Add makewhatis.8.
Closes PR 1809 by Robert Dobbs <banshee@gabriella.resort.com>


# e8b9c151 13-Oct-1997 lukem <lukem@NetBSD.org>

rcsid fascism


# d59123b3 24-Mar-1997 christos <christos@NetBSD.org>

- Makefile cleanups


# 7f9ea0f2 18-Oct-1996 thorpej <thorpej@NetBSD.org>

Use ${INSTALL}.


# 103f2ee5 21-Dec-1993 cgd <cgd@NetBSD.org>

moved here from old location in src/usr.bin/man