Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel MBR on cobalt too.



details:   https://anonhg.NetBSD.org/src/rev/2c9bcd706c69
branches:  trunk
changeset: 485666:2c9bcd706c69
user:      soren <soren%NetBSD.org@localhost>
date:      Tue May 02 19:00:41 2000 +0000

description:
MBR on cobalt too.

diffstat:

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

diffs (19 lines):

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



Home | Main Index | Thread Index | Old Index