diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-24 05:20:57 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-24 05:20:57 +0000 |
commit | 39ab61f741cafb0cb8d84f052574e23344e1c4f0 (patch) | |
tree | b179a64189ccfc3539a7bd1aaa317c9235abbd8b /sys/arch/mvme68k/stand/netboot/Makefile | |
parent | ef8a92c5f1930d19be39674ec896d14d5c051afa (diff) |
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.
Diffstat (limited to 'sys/arch/mvme68k/stand/netboot/Makefile')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |