From 0813bddc089dc1133696d2a9692366523cfa4015 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 13 May 2003 22:45:12 +0000 Subject: Add option NO_PROPOLICE, which explicitely disables the use of the propolice stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt. --- sys/arch/alpha/conf/RAMDISKB | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/alpha/conf/RAMDISKB') diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 7596bba6aa0..1741340de60 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,9 +1,10 @@ -# $OpenBSD: RAMDISKB,v 1.21 2002/06/30 16:24:40 miod Exp $ +# $OpenBSD: RAMDISKB,v 1.22 2003/05/13 22:45:06 miod Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED option SMALL_KERNEL +option NO_PROPOLICE # CPU Support; at least one is REQUIRED #option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* -- cgit v1.2.3