Module Name:    src
Committed By:   martin
Date:           Sat Mar 19 18:50:25 UTC 2016

Modified Files:
        src/sys/arch/sparc64/conf: Makefile.sparc64

Log Message:
Default kernel builds to USE_SSP=yes.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/sparc64/conf/Makefile.sparc64

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/sparc64/conf/Makefile.sparc64
diff -u src/sys/arch/sparc64/conf/Makefile.sparc64:1.81 src/sys/arch/sparc64/conf/Makefile.sparc64:1.82
--- src/sys/arch/sparc64/conf/Makefile.sparc64:1.81	Sat Feb 27 19:26:14 2016
+++ src/sys/arch/sparc64/conf/Makefile.sparc64	Sat Mar 19 18:50:25 2016
@@ -1,4 +1,4 @@
-# 	$NetBSD: Makefile.sparc64,v 1.81 2016/02/27 19:26:14 joerg Exp $
+# 	$NetBSD: Makefile.sparc64,v 1.82 2016/03/19 18:50:25 martin Exp $
 
 #=========================================================================
 #
@@ -43,6 +43,8 @@ USETOOLS?=	no
 NEED_OWN_INSTALL_TARGET?=no
 .include <bsd.own.mk>
 
+USE_SSP?=	yes
+
 ##
 ## (1) port identification
 ##

Reply via email to