Enable USE_MBR for all arm ports.
This commit is contained in:
parent
450091b937
commit
3966af389b
@ -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+= -DSTRICT_CYLINDER_ALIGNMENT
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user