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/031906451698
branches:  trunk
changeset: 817640:031906451698
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 d9e0c111a43a -r 031906451698 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 d9e0c111a43a -r 031906451698 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