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 Build mbr code here (instead of in sbin/...



details:   https://anonhg.NetBSD.org/src/rev/1b0ae2b72eba
branches:  trunk
changeset: 546512:1b0ae2b72eba
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Apr 30 19:52:17 2003 +0000

description:
Build mbr code here (instead of in sbin/fdisk/mbr)

diffstat:

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

diffs (14 lines):

diff -r cd228d03775c -r 1b0ae2b72eba sys/arch/i386/stand/Makefile
--- a/sys/arch/i386/stand/Makefile      Wed Apr 30 19:50:42 2003 +0000
+++ b/sys/arch/i386/stand/Makefile      Wed Apr 30 19:52:17 2003 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.20 2003/01/14 23:53:30 thorpej Exp $
+#      $NetBSD: Makefile,v 1.21 2003/04/30 19:52:17 dsl Exp $
 
 SUBDIR=                genprom installboot .WAIT
 
+SUBDIR+=       mbr
+
 SUBDIR+=       biosboot
 
 SUBDIR+=       biosboot_com0



Home | Main Index | Thread Index | Old Index