From c5a192118040bf738cd2245126a2998a102c5b00 Mon Sep 17 00:00:00 2001 From: kato Date: Thu, 25 Feb 1999 11:01:54 +0000 Subject: Sync with sys/boot/i386/loader/Makefile revision 1.29. --- sys/boot/pc98/loader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/pc98') diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index c1b4770..f7046ae 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1999/01/18 19:05:27 msmith Exp $ +# $Id: Makefile,v 1.1 1999/02/03 08:39:09 kato Exp $ BASE= loader PROG= ${BASE} @@ -35,7 +35,7 @@ CFLAGS+= -I${.CURDIR}/../../.. -I. -I${.CURDIR}/../../i386 CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym ${BASE}.help CFLAGS+= -Wall -LDFLAGS= -nostdlib -static -Ttext 0x1000 +LDFLAGS= -nostdlib -static -Ttext 0x0 # pc98 standalone support library LIBPC98= ${.OBJDIR}/../libpc98/libpc98.a -- cgit v1.1