Subject: CVS commit: src/lib
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/05/2004 01:24:02
Module Name:	src
Committed By:	lukem
Date:		Thu Aug  5 01:24:02 UTC 2004

Modified Files:
	src/lib/libcdk: Makefile
	src/lib/libkrb: Makefile
	src/lib/libkrb5: Makefile
	src/lib/libssl: Makefile

Log Message:
Need to prefix relative directories with `${.CURDIR}/' so that
objdir builds in the src tree (i.e, without MAKEOBJDIR{,PREFIX}) work.
Fixes problem noted by Hisashi T Fujinaka.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libcdk/Makefile
cvs rdiff -r1.29 -r1.30 src/lib/libkrb/Makefile
cvs rdiff -r1.32 -r1.33 src/lib/libkrb5/Makefile
cvs rdiff -r1.10 -r1.11 src/lib/libssl/Makefile

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