diff --git a/sys/arch/i386/stand/Makefile.booters b/sys/arch/i386/stand/Makefile.booters index 052fc3ac6eb5..0e3c80ff4f4b 100644 --- a/sys/arch/i386/stand/Makefile.booters +++ b/sys/arch/i386/stand/Makefile.booters @@ -1,11 +1,13 @@ -# $NetBSD: Makefile.booters,v 1.32 2002/02/17 20:03:06 thorpej Exp $ +# $NetBSD: Makefile.booters,v 1.33 2002/03/19 22:03:37 thorpej Exp $ .include STRIPFLAG= BINMODE=444 -DBG= -Os +# Make sure we override any optimization options specified by the +# user. +COPTS+= -Os -mcpu=i386 I386_STAND_DIR?= $S/arch/i386/stand