diff options
author | 2018-07-13 08:10:45 +0000 | |
---|---|---|
committer | 2018-07-13 08:10:45 +0000 | |
commit | 166bd3358da767352064e600a57b6e01fdd1e03a (patch) | |
tree | 6c91d4808cc5eb152159ca49c6dd5075e758e38b | |
parent | byebye MASTER_SITE_OVERRIDE, we won't miss you (diff) | |
download | wireguard-openbsd-166bd3358da767352064e600a57b6e01fdd1e03a.tar.xz wireguard-openbsd-166bd3358da767352064e600a57b6e01fdd1e03a.zip |
repair inconsistancies
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |