i386 now uses "installboot" for installing boot blocks. Comment out

the CFLAGS+= -DNUMBOOT=2 for now.
This commit is contained in:
perry 1997-06-07 00:47:27 +00:00
parent a630650d7f
commit bdb6d3716b
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 1997/03/18 21:27:16 christos Exp $
# $NetBSD: Makefile,v 1.24 1997/06/07 00:47:27 perry Exp $
# @(#)Makefile 8.2 (Berkeley) 3/17/94
PROG= disklabel
@ -7,9 +7,10 @@ MAN= disklabel.5 disklabel.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.if (${MACHINE} == "i386")
CFLAGS+= -DNUMBOOT=2
.endif
# XXX new boot blocks don't need this; we'll leave it for a while. --pm
#.if (${MACHINE} == "i386")
#CFLAGS+= -DNUMBOOT=2
#.endif
.if (${MACHINE} == "hp300") || (${MACHINE} == "vax")
CFLAGS+= -DNUMBOOT=1