summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/Makefile.inc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-16 22:52:10 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-16 22:52:10 +0000
commitf60b3cb6d01f37251c358470223a411e2f05a51a (patch)
treea67bd0145ddd98bade6648cecbaa1e7fca00352d /sys/arch/mvme88k/stand/Makefile.inc
parent196add41e6dfb1dd4688aa01eb694ae821ec3d98 (diff)
Make standalone binaries compile with -Wall -Werror
Diffstat (limited to 'sys/arch/mvme88k/stand/Makefile.inc')
-rw-r--r--sys/arch/mvme88k/stand/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/Makefile.inc b/sys/arch/mvme88k/stand/Makefile.inc
index 93a7e80ed0a..c92f766a57d 100644
--- a/sys/arch/mvme88k/stand/Makefile.inc
+++ b/sys/arch/mvme88k/stand/Makefile.inc
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.9 2005/12/30 02:03:49 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2006/05/16 22:52:07 miod Exp $
MDEC_DIR?=/usr/mdec
-CFLAGS+= -fno-stack-protector -mmemcpy
+CFLAGS+=-Wall -Werror -fno-stack-protector -mmemcpy
# Load addresses for first and second stage bootstraps
STAGE1_RELOC=0x009F0000