diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-13 22:45:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-13 22:45:12 +0000 |
commit | 0813bddc089dc1133696d2a9692366523cfa4015 (patch) | |
tree | 243d3845592d5261188bcdf116f9979bdc311805 /sys/arch/mac68k/conf/RAMDISKSBC | |
parent | d4d555e924e183fd9573e15c39d88d4bdd146f4d (diff) |
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.
Diffstat (limited to 'sys/arch/mac68k/conf/RAMDISKSBC')
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISKSBC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/RAMDISKSBC b/sys/arch/mac68k/conf/RAMDISKSBC index 01cdd0f9076..0ebdd89ef4e 100644 --- a/sys/arch/mac68k/conf/RAMDISKSBC +++ b/sys/arch/mac68k/conf/RAMDISKSBC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKSBC,v 1.2 2003/05/05 13:59:38 miod Exp $ +# $OpenBSD: RAMDISKSBC,v 1.3 2003/05/13 22:45:10 miod Exp $ # # RAMDISKSBC - bsd.rd configuration file (SBC version) @@ -10,6 +10,7 @@ option RAMDISK_HOOKS option SCSITERSE option SMALL_KERNEL +option NO_PROPOLICE option TIMEZONE=0 option DST=0 option FFS # UFS |