USE_MBR on macppc too
This commit is contained in:
parent
cd668e919e
commit
a532d33818
@ -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 @@ CPPFLAGS+= -DSAVEBOOTAREA
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user