diff --git a/sys/arch/i386/stand/bootxx/Makefile.bootxx b/sys/arch/i386/stand/bootxx/Makefile.bootxx index bf1f68edd1ed..0d999fec2e87 100644 --- a/sys/arch/i386/stand/bootxx/Makefile.bootxx +++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootxx,v 1.11 2003/10/09 10:29:39 dsl Exp $ +# $NetBSD: Makefile.bootxx,v 1.12 2003/10/13 06:15:00 lukem Exp $ S= ${.CURDIR}/../../../../../ @@ -46,7 +46,7 @@ CPPFLAGS+= -DFS=${FS} # Make sure we override any optimization options specified by the user COPTS= -Os -CPPFLAGS+= -DTERSE_ERROR +CPPFLAGS+= -DNO_LBA_CHECK .if ${MACHINE} == "amd64" LD+= -m elf_i386 diff --git a/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile b/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile index a9ba32da991c..291348c56f69 100644 --- a/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile +++ b/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2003/10/08 04:25:45 lukem Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/13 06:15:00 lukem Exp $ PROG= bootxx_msdos FS= dosfs -CPPFLAGS=-DBOOT_FROM_FAT +CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR .include <../Makefile.bootxx>