Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 05/26/2002 18:00:25
Module Name:	pkgsrc
Committed By:	fredb
Date:		Sun May 26 15:00:25 UTC 2002

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Pass ${OBJECT_FMT} into a package's make environment, to permit BSD-make
packages to build correctly on "transitional" systems, where the user
may have ${OBJECT_FMT} set in ${MAKECONF} to either a.out or ELF. On such
systems, you need something like this just to build the "pkg_install"
package. Closes PR pkg/16213.


To generate a diff of this commit:
cvs rdiff -r1.982 -r1.983 pkgsrc/mk/bsd.pkg.mk

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