Subject: CVS commit: basesrc/usr.bin
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/08/2002 22:23:11
Module Name:	basesrc
Committed By:	jdolecek
Date:		Fri Mar  8 20:23:11 UTC 2002

Modified Files:
	basesrc/usr.bin/apropos: Makefile apropos.c
	basesrc/usr.bin/whatis: Makefile whatis.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/apropos/Makefile
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/apropos/apropos.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/whatis/Makefile
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/whatis/whatis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.