Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Enable USE_MBR for all arm ports.



details:   https://anonhg.NetBSD.org/src/rev/3443fb199311
branches:  trunk
changeset: 534502:3443fb199311
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Jul 28 15:17:38 2002 +0000

description:
Enable USE_MBR for all arm ports.

diffstat:

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

diffs (24 lines):

diff -r 423062b6807b -r 3443fb199311 sbin/disklabel/Makefile
--- a/sbin/disklabel/Makefile   Sun Jul 28 15:12:29 2002 +0000
+++ b/sbin/disklabel/Makefile   Sun Jul 28 15:17:38 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.43 2002/06/18 00:21:53 itojun Exp $
+#      $NetBSD: Makefile,v 1.44 2002/07/28 15:17:38 manu Exp $
 #      @(#)Makefile    8.2 (Berkeley) 3/17/94
 
 PROG=  disklabel
@@ -31,8 +31,12 @@
 CPPFLAGS+= -DSAVEBOOTAREA
 .endif
 
-.if (${MACHINE} == "hpcmips" || ${MACHINE} == "arc" || ${MACHINE} == "prep" \
-       || ${MACHINE} == "cobalt" || ${MACHINE} == "macppc")
+.if (${MACHINE} == "hpcmips") || (${MACHINE} == "arc") \
+       || (${MACHINE} == "prep") || (${MACHINE} == "cobalt") \
+       || (${MACHINE} == "macppc") || (${MACHINE} == "acorn26") \
+       || (${MACHINE} == "evbarm") || (${MACHINE} == "hpcarm") \
+       || (${MACHINE} == "netwinder") || (${MACHINE} == "acorn32") \
+       || (${MACHINE} == "cats") || (${MACHINE} == "shark")
 # recognize old partition ID for a while
 CPPFLAGS+= -DCOMPAT_386BSD_MBRPART
 # use MBR partition info



Home | Main Index | Thread Index | Old Index