Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel USE_MBR on macppc too



details:   https://anonhg.NetBSD.org/src/rev/365aeb61683c
branches:  trunk
changeset: 532916:365aeb61683c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Jun 18 00:21:53 2002 +0000

description:
USE_MBR on macppc too

diffstat:

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

diffs (18 lines):

diff -r 4e0492ff6999 -r 365aeb61683c sbin/disklabel/Makefile
--- a/sbin/disklabel/Makefile   Tue Jun 18 00:19:27 2002 +0000
+++ b/sbin/disklabel/Makefile   Tue Jun 18 00:21:53 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.42 2002/03/24 22:25:27 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.43 2002/06/18 00:21:53 itojun Exp $
 #      @(#)Makefile    8.2 (Berkeley) 3/17/94
 
 PROG=  disklabel
@@ -32,7 +32,7 @@
 .endif
 
 .if (${MACHINE} == "hpcmips" || ${MACHINE} == "arc" || ${MACHINE} == "prep" \
-       || ${MACHINE} == "cobalt")
+       || ${MACHINE} == "cobalt" || ${MACHINE} == "macppc")
 # recognize old partition ID for a while
 CPPFLAGS+= -DCOMPAT_386BSD_MBRPART
 # use MBR partition info



Home | Main Index | Thread Index | Old Index