Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel also use mbr partition table on prep.



details:   https://anonhg.NetBSD.org/src/rev/dd16bb8c0ec1
branches:  trunk
changeset: 485665:dd16bb8c0ec1
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Tue May 02 18:21:41 2000 +0000

description:
also use mbr partition table on prep.

diffstat:

 sbin/disklabel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eecd42f05330 -r dd16bb8c0ec1 sbin/disklabel/Makefile
--- a/sbin/disklabel/Makefile   Tue May 02 18:20:41 2000 +0000
+++ b/sbin/disklabel/Makefile   Tue May 02 18:21:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.36 2000/01/31 16:01:06 soda Exp $
+#      $NetBSD: Makefile,v 1.37 2000/05/02 18:21:41 nonaka Exp $
 #      @(#)Makefile    8.2 (Berkeley) 3/17/94
 
 PROG=  disklabel
@@ -31,7 +31,7 @@
 CPPFLAGS+= -DSAVEBOOTAREA
 .endif
 
-.if (${MACHINE} == "hpcmips" || ${MACHINE} == "arc")
+.if (${MACHINE} == "hpcmips" || ${MACHINE} == "arc" || ${MACHINE} == "prep")
 # recognize old partition ID for a while
 CPPFLAGS+= -DCOMPAT_386BSD_MBRPART
 # use MBR partition info



Home | Main Index | Thread Index | Old Index