Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/stand Add NOPIE



details:   https://anonhg.NetBSD.org/src/rev/9fd86b4ce683
branches:  trunk
changeset: 817710:9fd86b4ce683
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 03 11:34:47 2016 +0000

description:
Add NOPIE

diffstat:

 sys/arch/pmax/stand/Makefile.booters |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 63348d89bd92 -r 9fd86b4ce683 sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters      Sat Sep 03 11:34:05 2016 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters      Sat Sep 03 11:34:47 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.booters,v 1.61 2016/03/22 08:25:22 mrg Exp $
+# $NetBSD: Makefile.booters,v 1.62 2016/09/03 11:34:47 christos Exp $
 
 NOMAN=         # defined
+NOPIE=         # defined
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index