Subject: CVS commit: basesrc/usr.bin
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/19/2002 14:29:55
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Sep 19 11:29:55 UTC 2002

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

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


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/apropos/Makefile
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/apropos/apropos.c
cvs rdiff -r1.7 -r1.8 basesrc/usr.bin/whatis/Makefile
cvs rdiff -r1.16 -r1.17 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.