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>.
This commit is contained in:
parent
f778c9da00
commit
f06a45ddd7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5746
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user