summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-01-20 07:52:42 +0000
committerwpaul <wpaul@FreeBSD.org>1995-01-20 07:52:42 +0000
commitfe760b5318c4fc861d5623e61616c18a3b84e810 (patch)
treeb0006f4faacec764c953a72d2d16a39054d4c52c /sys
parent1875d75ad14b7e1e30810e2caa90e11f404fd9f2 (diff)
downloadFreeBSD-src-fe760b5318c4fc861d5623e61616c18a3b84e810.zip
FreeBSD-src-fe760b5318c4fc861d5623e61616c18a3b84e810.tar.gz
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/reboot.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/biosboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index ed1ab3a..3fbf750 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
OpenPOWER on IntegriCloud