summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/bootxx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/bootxx')
-rw-r--r--sys/arch/mvme88k/stand/bootxx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/stand/bootxx/Makefile b/sys/arch/mvme88k/stand/bootxx/Makefile
index 234439b4656..ffad25ccd1d 100644
--- a/sys/arch/mvme88k/stand/bootxx/Makefile
+++ b/sys/arch/mvme88k/stand/bootxx/Makefile
@@ -1,8 +1,8 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
-# $OpenBSD: Makefile,v 1.10 2005/09/11 13:36:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2006/05/16 22:51:30 miod Exp $
S= ${.CURDIR}/../../../..
-DEFS=-DSTAGE2_RELOC=${STAGE2_RELOC}
+DEFS=-DSTAGE2_RELOC=${STAGE2_RELOC}
INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \
-I${.CURDIR}/../../include -I${S} -I${S}/lib/libsa
CFLAGS+=${INCPATH} ${DEFS} ${COPTS}
@@ -20,12 +20,12 @@ LIBS= ${LIBSA} ${LIBBUG} ${LIBZ}
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
BOOTS= bootxx
-ALL= ${BOOTS}
+ALL= ${BOOTS}
all: ${ALL}
bootxx: ${OBJS} ${STAGE1} ${LIBS}
- ${LD} -N -T ${STAGE1_RELOC} ${STAGE1} -o $@ \
+ ${LD} -S -N -T ${STAGE1_RELOC} ${STAGE1} -o $@ \
${OBJS} ${LIBS} `cc -print-libgcc-file-name`
install: