diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-24 17:43:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-24 17:43:34 +0000 |
commit | 2e53b7a4897dca84ba624c69f6402de1f8ecd740 (patch) | |
tree | 2a0b7c87fc697f963d62764bbaf3bb6a33d9be6a /sys/arch | |
parent | 641062de2e1f3e70781a79725d7c473206ff3913 (diff) |
stupid typo snuck in
Diffstat (limited to 'sys/arch')
-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 be460265b7e..de0099fb9ed 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.68 2010/05/24 14:59:15 deraadt Exp $ +# $OpenBSD: Makefile.i386,v 1.69 2010/05/24 17:43:33 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -36,7 +36,7 @@ CMACHFLAGS+= -fno-builtin-printf -fno-builtin-snprintf \ -fno-builtin-log2 -fno-builtin-malloc .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector -.endifw +.endif COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} |