summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-03-13 02:04:47 +0000
committerkato <kato@FreeBSD.org>1997-03-13 02:04:47 +0000
commit7c4d6d26f8ede823cf50d5a909963bd657849616 (patch)
treec40e51168e74e79159c3201171fdc2fcae4b3aa4 /sys
parent801913da34e752727ffbe591dc205c97b0853e72 (diff)
downloadFreeBSD-src-7c4d6d26f8ede823cf50d5a909963bd657849616.zip
FreeBSD-src-7c4d6d26f8ede823cf50d5a909963bd657849616.tar.gz
Added `\' (backslash) at the end of line in the CFLAGS definition.
Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/boot/biosboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile
index 2439162..3df5901 100644
--- a/sys/pc98/boot/biosboot/Makefile
+++ b/sys/pc98/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1997/02/22 09:43:00 peter Exp $
+# $Id: Makefile,v 1.10 1997/03/08 15:46:59 kato Exp $
#
PROG= boot
@@ -9,7 +9,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /usr/mdec
BINMODE= 444
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
- -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
+ -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} \
-mno-486 \
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR}/../../..
OpenPOWER on IntegriCloud