Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot Add NO variables for the things that boot ...



details:   https://anonhg.NetBSD.org/src/rev/de88503257c2
branches:  trunk
changeset: 344117:de88503257c2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 13 17:48:53 2016 +0000

description:
Add NO variables for the things that boot block does not support
(SSP/PIE/DEBUG/FORTIFY)

diffstat:

 sys/arch/vax/boot/Makefile.inc |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r b0d5691f1ba7 -r de88503257c2 sys/arch/vax/boot/Makefile.inc
--- a/sys/arch/vax/boot/Makefile.inc    Sun Mar 13 17:38:44 2016 +0000
+++ b/sys/arch/vax/boot/Makefile.inc    Sun Mar 13 17:48:53 2016 +0000
@@ -1,4 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.16 2013/08/21 06:15:41 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.17 2016/03/13 17:48:53 christos Exp $
+
+NOSSP=
+NOFORTIFY=
+NOPIE=
+NODEBUG=
 
 .include <bsd.klinks.mk>
 



Home | Main Index | Thread Index | Old Index