From f06a45ddd721fe411a08c25760f4241697aae28f Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Fri, 20 Jan 1995 07:52:42 +0000 Subject: [PATCH] Removed hardcoded definition for RB_SERIAL that I left in my accident (had it there for testing purposes). RB_SERIAL should be found in . --- sys/i386/boot/biosboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index ed1ab3a69d6..3fbf750add5 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1994/12/18 19:14:08 bde Exp $ +# $Id: Makefile,v 1.24 1995/01/20 07:48:14 wpaul Exp $ # PROG= boot @@ -10,7 +10,7 @@ BINDIR= /usr/mdec BINMODE= 444 CFLAGS= -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DCOMCONSOLE=0x3F8 CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../.. -DRB_SERIAL=0x1000 +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../.. CLEANFILES+= boot.nohdr boot.strip boot1 boot2 DPADD= ${LIBC} LDFLAGS+= -N -T 0 -nostdlib