From d179eff9bd4cb760c09a5931364ce2c6dac77ecf Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Mon, 16 Aug 1999 09:43:12 +0000 Subject: Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough to fit in the begining of an ISO9660 image... --- sys/arch/hp300/stand/common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hp300/stand/common/Makefile') diff --git a/sys/arch/hp300/stand/common/Makefile b/sys/arch/hp300/stand/common/Makefile index 79a2a66cb10..e7016d178b2 100644 --- a/sys/arch/hp300/stand/common/Makefile +++ b/sys/arch/hp300/stand/common/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/14 12:54:22 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1999/08/16 09:43:08 downsj Exp $ LIB= common @@ -9,7 +9,7 @@ SRCS= apci.c autoconf.c cons.c ct.c dca.c dcm.c dnkbd.c \ ite_subr.c ite_tc.c ite_hy.c kbd.c kbdconf.c machdep.c \ nhpib.c prf.c scsi.c sd.c version.c -CFLAGS= -O3 -msoft-float -I${.CURDIR}/../include \ +CFLAGS= -O2 -msoft-float -I${.CURDIR}/../include \ -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. -DCD9660_DUMMYLABEL ${OBJS}: ${.CURDIR}/../Makefile.inc -- cgit v1.2.3