From 39ab61f741cafb0cb8d84f052574e23344e1c4f0 Mon Sep 17 00:00:00 2001 From: Steve Murphree Date: Mon, 24 Jan 2000 05:20:57 +0000 Subject: Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. --- sys/arch/mvme68k/stand/netboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme68k/stand/netboot/Makefile') diff --git a/sys/arch/mvme68k/stand/netboot/Makefile b/sys/arch/mvme68k/stand/netboot/Makefile index d292652ab51..ba9e6d8dd53 100644 --- a/sys/arch/mvme68k/stand/netboot/Makefile +++ b/sys/arch/mvme68k/stand/netboot/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2000/01/06 03:21:43 smurph Exp $ +# $OpenBSD: Makefile,v 1.10 2000/01/24 05:20:56 smurph Exp $ RELOC=0x3F0000 SIZE?= size S= ${.CURDIR}/../../../.. -DEFS= -DSUN_BOOTPARAMS +DEFS= -DSUN_BOOTPARAMS -DRELOC=${RELOC} INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \ -I${S} -I${S}/lib/libsa CFLAGS= -O2 ${DEFS} ${INCPATH} ${COPTS} -m68060 -- cgit v1.2.3