Changed to use only one bootblock file on VAX.
This commit is contained in:
parent
df9af2897a
commit
c39f186d60
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 1995/04/18 22:37:46 ragge Exp $
|
||||
# $NetBSD: Makefile,v 1.17 1995/04/23 19:27:59 ragge Exp $
|
||||
# @(#)Makefile 8.2 (Berkeley) 3/17/94
|
||||
|
||||
PROG= disklabel
|
||||
|
@ -9,11 +9,11 @@ MAN= disklabel.5 disklabel.8
|
|||
CFLAGS+= -D${MACHINE}
|
||||
.endif
|
||||
|
||||
.if (${MACHINE} == "i386") || (${MACHINE} == "alpha") || (${MACHINE} == "vax")
|
||||
.if (${MACHINE} == "i386") || (${MACHINE} == "alpha")
|
||||
CFLAGS+= -DNUMBOOT=2
|
||||
.endif
|
||||
|
||||
.if ${MACHINE} == "hp300"
|
||||
.if (${MACHINE} == "hp300") || (${MACHINE} == "vax")
|
||||
CFLAGS+= -DNUMBOOT=1
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue