diff options
Diffstat (limited to 'sys/arch/luna88k/conf/Makefile.luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 2e4fe87553a..64dae4f442c 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.12 2007/11/30 07:52:06 miod Exp $ +# $OpenBSD: Makefile.luna88k,v 1.13 2008/04/12 21:04:17 miod Exp $ # # Makefile for OpenBSD # @@ -38,7 +38,7 @@ INCLUDES= -nostdinc -I. -I$S -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dluna88k -Dm88k CWARNFLAGS= -Wall -Werror -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes \ - -Wstack-larger-than-2047 + -Wstack-larger-than-2047 -Wvariable-decl CMACHFLAGS= -mno-check-zero-division -mmemcpy \ -fno-builtin-printf -fno-builtin-log .if ${IDENT:M-DNO_PROPOLICE} |