Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 11/22/2006 15:08:47
Module Name:	src
Committed By:	riz
Date:		Wed Nov 22 15:08:47 UTC 2006

Modified Files:
	src/sys/sys: exec_elf.h
	src/tools: Makefile Makefile.disklabel
	src/tools/paxctl: Makefile
	src/usr.bin/paxctl: paxctl.c

Log Message:
Make sys/exec_elf.h and machine/elf_machdep.h available to host
tools, and allow paxctl to use them when compiled as a host
tool.  This fixes the build on MacOS X (and perhaps other platforms)


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/sys/exec_elf.h
cvs rdiff -r1.109 -r1.110 src/tools/Makefile
cvs rdiff -r1.6 -r1.7 src/tools/Makefile.disklabel
cvs rdiff -r1.1 -r1.2 src/tools/paxctl/Makefile
cvs rdiff -r1.9 -r1.10 src/usr.bin/paxctl/paxctl.c

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