summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2018-07-13 08:10:45 +0000
committerderaadt <deraadt@openbsd.org>2018-07-13 08:10:45 +0000
commit166bd3358da767352064e600a57b6e01fdd1e03a (patch)
tree6c91d4808cc5eb152159ca49c6dd5075e758e38b
parentbyebye MASTER_SITE_OVERRIDE, we won't miss you (diff)
downloadwireguard-openbsd-166bd3358da767352064e600a57b6e01fdd1e03a.tar.xz
wireguard-openbsd-166bd3358da767352064e600a57b6e01fdd1e03a.zip
repair inconsistancies
-rw-r--r--sys/arch/i386/conf/Makefile.i3864
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