Source-Changes-HG archive

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

[src/trunk]: src/sys/arch NOPIE here too



details:   https://anonhg.NetBSD.org/src/rev/9c1a76ace3e9
branches:  trunk
changeset: 347498:9c1a76ace3e9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 28 14:16:15 2016 +0000

description:
NOPIE here too

diffstat:

 sys/arch/mmeye/stand/Makefile.inc     |  3 ++-
 sys/arch/sandpoint/stand/Makefile.inc |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 422018f86bda -r 9c1a76ace3e9 sys/arch/mmeye/stand/Makefile.inc
--- a/sys/arch/mmeye/stand/Makefile.inc Sun Aug 28 13:50:25 2016 +0000
+++ b/sys/arch/mmeye/stand/Makefile.inc Sun Aug 28 14:16:15 2016 +0000
@@ -1,3 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 1999/09/13 10:31:05 itojun Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2016/08/28 14:16:15 christos Exp $
 
+NOPIE= # defined
 BINDIR= /usr/mdec
diff -r 422018f86bda -r 9c1a76ace3e9 sys/arch/sandpoint/stand/Makefile.inc
--- a/sys/arch/sandpoint/stand/Makefile.inc     Sun Aug 28 13:50:25 2016 +0000
+++ b/sys/arch/sandpoint/stand/Makefile.inc     Sun Aug 28 14:16:15 2016 +0000
@@ -1,3 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2011/01/28 22:15:36 phx Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2016/08/28 14:18:34 christos Exp $
 
+NOPIE= # defined
 BINDIR=                /usr/mdec



Home | Main Index | Thread Index | Old Index