Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/10/2006 17:13:16
Module Name: src
Committed By: christos
Date: Fri Nov 10 17:13:16 UTC 2006
Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.prog.mk
Log Message:
if ${PROG_PAX} is defined, run paxctl on the binary after linking with
the value of the variable. This way, if you set:
PROG_PAX=+M
in /etc/mk.conf, you get what you deserve.
To generate a diff of this commit:
cvs rdiff -r1.187 -r1.188 src/share/mk/bsd.README
cvs rdiff -r1.482 -r1.483 src/share/mk/bsd.own.mk
cvs rdiff -r1.217 -r1.218 src/share/mk/bsd.prog.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.