From ce380ad936ec7d47fafa46ffc5b9983de1bfe8df Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 19 Feb 1998 14:18:36 +0000 Subject: [PATCH] enable "old partition ID" compatibility per default --- sys/arch/i386/stand/biosboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index 538e2d9d4309..2ff3f29411e0 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1997/11/07 17:01:45 drochner Exp $ +# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $ S= ${.CURDIR}/../../../../ @@ -11,7 +11,7 @@ SRCS= main.c devopen.c conf.c CLEANFILES+= ${BSSTART} -CPPFLAGS+= -DCOMPAT_OLDBOOT +CPPFLAGS+= -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART #CPPFLAGS+= -DSUPPORT_SERIAL #CPPFLAGS+= -DDIRECT_SERIAL -DCOMCONS_KEYPRESS -DCONSPEED=38400 #CPPFLAGS+= -DPASS_BIOSGEOM