From: deraadt Date: Fri, 13 Jul 2018 08:10:45 +0000 (+0000) Subject: repair inconsistancies X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=166bd3358da767352064e600a57b6e01fdd1e03a;p=openbsd repair inconsistancies --- diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 6f15db530bc..45034af6f22 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.123 2018/04/27 15:19:32 deraadt Exp $ +# $OpenBSD: Makefile.i386,v 1.124 2018/07/13 08:10:45 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -34,7 +34,7 @@ SORTR= sort -R .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif - .if ${IDENT:M-DSMALL_KERNEL} +.if ${IDENT:M-DSMALL_KERNEL} SORTR= cat .else CMACHFLAGS+= -mretpoline