diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-07-31 11:30:30 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-07-31 11:30:30 +0000 |
| commit | dd9346ce017603eba3c075abdc4cfe0c4a093a88 (patch) | |
| tree | f1a0a64c0f8470b42672de232e33350dc81246db | |
| parent | e5a117774b771a931b95b29a845ed861e955859f (diff) | |
Notes
| -rw-r--r-- | sys/i386/boot/biosboot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index de820a8d98d7..5c7871e8119f 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.57 1997/06/09 05:10:54 bde Exp $ +# $Id: Makefile,v 1.58 1997/07/31 08:07:53 phk Exp $ # PROG= boot @@ -10,9 +10,10 @@ BINDIR= /usr/mdec BINMODE= 444 CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ -mno-486 \ - -DVESA_SUPPORT -DDO_BAD144 \ -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} +CFLAGS+= -DDO_BAD144 +#CFLAGS+= -DVESA_SUPPORT CFLAGS+= -I${.CURDIR}/../../.. CFLAGS+= ${CWARNFLAGS} |
