diff --git a/sys/arch/i386/stand/Makefile.booters b/sys/arch/i386/stand/Makefile.booters index ff4217703344..4e674ff099bb 100644 --- a/sys/arch/i386/stand/Makefile.booters +++ b/sys/arch/i386/stand/Makefile.booters @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.booters,v 1.34 2002/05/31 18:26:26 thorpej Exp $ +# $NetBSD: Makefile.booters,v 1.35 2002/06/27 20:44:08 pooka Exp $ .include @@ -7,7 +7,7 @@ BINMODE=444 # Make sure we override any optimization options specified by the # user. -COPTS+= -Os -mcpu=i386 +COPTS= -Os -mcpu=i386 COPTS+= -ffreestanding I386_STAND_DIR?= $S/arch/i386/stand