Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/18/2003 07:58:35
Module Name:	src
Committed By:	lukem
Date:		Sat Oct 18 07:58:35 UTC 2003

Modified Files:
	src/bin/sh: Makefile

Log Message:
Link the host tools against tools/compat -lnbcompat since someone decided to
use strlcpy() and snprintf() in the host tools...

Should fix part of [toolchain/22504], and build problems on other
platforms that don't have strlcpy() or snprintf()...


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/bin/sh/Makefile

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