Module Name:    src
Committed By:   dsl
Date:           Wed Nov 18 21:04:12 UTC 2009

Modified Files:
        src/sys/arch/i386/stand/mbr/mbr: Makefile

Log Message:
Reinstate the banner.
This was added to detect problems when the mbr code gets written into the pbr.
(When the code loops reading the pbr!)
It is also a useful diagnosting that the boot it proceeding normally.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/mbr/mbr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/mbr/mbr/Makefile
diff -u src/sys/arch/i386/stand/mbr/mbr/Makefile:1.2 src/sys/arch/i386/stand/mbr/mbr/Makefile:1.3
--- src/sys/arch/i386/stand/mbr/mbr/Makefile:1.2	Wed Apr 30 16:18:26 2008
+++ src/sys/arch/i386/stand/mbr/mbr/Makefile	Wed Nov 18 21:04:12 2009
@@ -1,6 +1,5 @@
-#	$NetBSD: Makefile,v 1.2 2008/04/30 16:18:26 ad Exp $
+#	$NetBSD: Makefile,v 1.3 2009/11/18 21:04:12 dsl Exp $
 
 PROG= mbr
-CPPFLAGS+=	-DNO_BANNER
 
 .include <../Makefile.mbr>

Reply via email to