From 3eeeca733b21f06cdd994f9cbeba8f35d2df59f3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 8 Oct 1996 22:18:34 +0000 Subject: [PATCH] Use the same warning flags as for the kernel. This causes surprisingly few warnings. --- sys/i386/boot/biosboot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index a64991a3a581..f44f227325d7 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1996/09/05 21:12:04 julian Exp $ +# $Id: Makefile,v 1.45 1996/09/07 21:16:44 bde Exp $ # PROG= boot @@ -12,6 +12,7 @@ CFLAGS= -O2 \ -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} CFLAGS+= -DCOMCONSOLE=0x3F8 CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} +CFLAGS+= ${CWARNFLAGS} # Probe the keyboard and use the serial console if the keyboard isn't found. #CFLAGS+= -DPROBE_KEYBOARD @@ -96,4 +97,5 @@ install: ln -s boot2 boot$${i} ; ) \ done +.include .include