diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-20 19:37:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-20 19:37:00 +0000 |
commit | bf4083607e8a2ef6fcfa9ca5e1287fd5fe3c5e16 (patch) | |
tree | b1147462843fb28fa4dc08891609dd17e2c2a2e7 /sys/arch/mvme88k/stand/bootxx | |
parent | 41d050000c35ce9fbc4e1fb57b92a62893bd75ee (diff) |
No need to build installboot and the bootblocks at -O0 anymore.
Diffstat (limited to 'sys/arch/mvme88k/stand/bootxx')
-rw-r--r-- | sys/arch/mvme88k/stand/bootxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/bootxx/Makefile b/sys/arch/mvme88k/stand/bootxx/Makefile index 28530e986b6..0393d9a7e00 100644 --- a/sys/arch/mvme88k/stand/bootxx/Makefile +++ b/sys/arch/mvme88k/stand/bootxx/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.7 2003/08/01 07:42:33 miod Exp $ +# $OpenBSD: Makefile,v 1.8 2003/08/20 19:36:59 miod Exp $ S= ${.CURDIR}/../../../.. DEFS=-DSTAGE2_RELOC=${STAGE2_RELOC} INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \ -I${.CURDIR}/../../include -I${S} -I${S}/lib/libsa -CFLAGS=-O0 ${INCPATH} ${DEFS} ${COPTS} +CFLAGS+=${INCPATH} ${DEFS} ${COPTS} CLEANFILES+=bootxx .include "${S}/arch/mvme88k/stand/bugcrt/Makefile.inc" |