Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/biosboot Use new loadfile



details:   https://anonhg.NetBSD.org/src/rev/ba9057dc8f63
branches:  trunk
changeset: 472363:ba9057dc8f63
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 28 09:14:07 1999 +0000

description:
Use new loadfile

diffstat:

 sys/arch/i386/stand/biosboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef985959c4f4 -r ba9057dc8f63 sys/arch/i386/stand/biosboot/Makefile
--- a/sys/arch/i386/stand/biosboot/Makefile     Wed Apr 28 09:13:51 1999 +0000
+++ b/sys/arch/i386/stand/biosboot/Makefile     Wed Apr 28 09:14:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 1999/04/14 11:45:40 drochner Exp $
+#      $NetBSD: Makefile,v 1.21 1999/04/28 09:14:07 christos Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -11,7 +11,7 @@
 
 CLEANFILES+= ${BSSTART}
 
-CPPFLAGS+= -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART
+CPPFLAGS+= -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART -DDEBUG
 
 #Sample use of serial line debugger
 #CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_COM0KBD



Home | Main Index | Thread Index | Old Index