Module Name:    src
Committed By:   christos
Date:           Sun Mar 13 17:48:53 UTC 2016

Modified Files:
        src/sys/arch/vax/boot: Makefile.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/vax/boot/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/boot/Makefile.inc
diff -u src/sys/arch/vax/boot/Makefile.inc:1.16 src/sys/arch/vax/boot/Makefile.inc:1.17
--- src/sys/arch/vax/boot/Makefile.inc:1.16	Wed Aug 21 02:15:41 2013
+++ src/sys/arch/vax/boot/Makefile.inc	Sun Mar 13 13:48:53 2016
@@ -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>
 

Reply via email to