Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/landisk/stand Sprinkle NOPIE



details:   https://anonhg.NetBSD.org/src/rev/fc09af062ca9
branches:  trunk
changeset: 817638:fc09af062ca9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 28 08:51:52 2016 +0000

description:
Sprinkle NOPIE

diffstat:

 sys/arch/landisk/stand/Makefile.inc     |  3 ++-
 sys/arch/landisk/stand/mbr/Makefile.mbr |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r a9151cabacaa -r fc09af062ca9 sys/arch/landisk/stand/Makefile.inc
--- a/sys/arch/landisk/stand/Makefile.inc       Sun Aug 28 05:14:35 2016 +0000
+++ b/sys/arch/landisk/stand/Makefile.inc       Sun Aug 28 08:51:52 2016 +0000
@@ -1,3 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2006/09/01 21:26:18 uwe Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2016/08/28 08:51:52 christos Exp $
 
+NOPIE=yes
 BINDIR?= /usr/mdec
diff -r a9151cabacaa -r fc09af062ca9 sys/arch/landisk/stand/mbr/Makefile.mbr
--- a/sys/arch/landisk/stand/mbr/Makefile.mbr   Sun Aug 28 05:14:35 2016 +0000
+++ b/sys/arch/landisk/stand/mbr/Makefile.mbr   Sun Aug 28 08:51:52 2016 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile.mbr,v 1.3 2014/01/12 15:26:29 tsutsui Exp $
+#      $NetBSD: Makefile.mbr,v 1.4 2016/08/28 08:51:52 christos Exp $
 
 S=     ${.CURDIR}/../../../../..
 
+NOPIE=         # defined
 NOMAN=         # defined
 
 LIBCRT0=       # nothing
@@ -10,7 +11,7 @@
 LIBCRTEND=     # nothing
 LIBC=          # nothing
 
-.include <bsd.own.mk>
+.include <bsd.init.mk>
 
 STRIPFLAG=     # override
 



Home | Main Index | Thread Index | Old Index