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/libsa/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/libsa/Makefile')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index a644acc01bb..f40c4a2954c 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2000/01/06 03:21:43 smurph Exp $ +# $OpenBSD: Makefile,v 1.15 2000/01/24 05:20:55 smurph Exp $ LIB=sa @@ -35,7 +35,7 @@ SRCS= ${SRC_net} ${SRC_sa} ${SRC_mvme} ${SRC_here} ${SRC_kern} #DEFS= -DCOMPAT_UFS DEFS= -D__INTERNAL_LIBSA_CREAD INCL= -I${.CURDIR} -I${.CURDIR}/../libbug -I${S}/lib/libsa -I${S} -COPTS= #-fno-defer-pop -m68060 +COPTS= -m68060 -Wa,-m68030 CFLAGS+= ${XCFLAGS} -O2 ${COPTS} ${DEFS} ${DBG} ${INCL} .PATH: ${DIR_SA} ${DIR_KERN} |