Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/amd64 Pull md menus and msgs from...



details:   https://anonhg.NetBSD.org/src/rev/7861e0ad38fc
branches:  trunk
changeset: 547418:7861e0ad38fc
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sun May 18 07:56:30 2003 +0000

description:
Pull md menus and msgs from i386 port.
Enable BOOTSEL stuff from mbr.c

diffstat:

 distrib/utils/sysinst/arch/amd64/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 26f66f6ef0d9 -r 7861e0ad38fc distrib/utils/sysinst/arch/amd64/Makefile
--- a/distrib/utils/sysinst/arch/amd64/Makefile Sun May 18 07:52:57 2003 +0000
+++ b/distrib/utils/sysinst/arch/amd64/Makefile Sun May 18 07:56:30 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/04/26 19:19:59 fvdl Exp $
+#      $NetBSD: Makefile,v 1.3 2003/05/18 07:56:30 dsl Exp $
 #
 # Makefile for amd64
 #
@@ -11,4 +11,10 @@
 
 fdisk.o md.o:  menu_defs.h msg_defs.h
 
+MENUS_MD=      ../i386/menus.md menus.mbr
+MSG_MD=                ../i386/msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
+MD_OPTIONS=    BOOTSEL
+
+CPPFLAGS+=     -DBOOTSEL
+
 .include "../../Makefile.inc"



Home | Main Index | Thread Index | Old Index