Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/20/1999 18:19:39
Module Name:	basesrc
Committed By:	cgd
Date:		Mon Jun 21 01:19:39 UTC 1999

Modified Files:
	basesrc/distrib/utils/init_s: Makefile
	basesrc/distrib/utils/x_dd: Makefile
	basesrc/distrib/utils/x_ftp: Makefile
	basesrc/distrib/utils/x_ifconfig: Makefile
	basesrc/distrib/utils/x_netstat: Makefile
	basesrc/distrib/utils/x_route: Makefile
	basesrc/distrib/utils/x_sh: Makefile
	basesrc/distrib/utils/zcat: Makefile

Log Message:
dependencies on BSDSRCDIR should be _removed_, not introduced.  Use
paths relative to ${.CURDIR} instead.  Using BSDSRCDIR here means that
it's impossible to compile these programs out of the source tree they're
a part of, unless that sort tree happens to be the one at BSDSRCDIR.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/distrib/utils/init_s/Makefile
cvs rdiff -r1.7 -r1.8 basesrc/distrib/utils/x_dd/Makefile
cvs rdiff -r1.4 -r1.5 basesrc/distrib/utils/x_ftp/Makefile
cvs rdiff -r1.7 -r1.8 basesrc/distrib/utils/x_ifconfig/Makefile
cvs rdiff -r1.4 -r1.5 basesrc/distrib/utils/x_netstat/Makefile
cvs rdiff -r1.5 -r1.6 basesrc/distrib/utils/x_route/Makefile
cvs rdiff -r1.9 -r1.10 basesrc/distrib/utils/x_sh/Makefile
cvs rdiff -r1.7 -r1.8 basesrc/distrib/utils/zcat/Makefile

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