From e25e5c88f9b56d72267bce7afc16387084b98876 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 29 Jan 1999 18:47:58 +0000 Subject: [PATCH] Both booters need exec.o now. --- sys/arch/i386/stand/Makefile.booters | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/stand/Makefile.booters b/sys/arch/i386/stand/Makefile.booters index 3d9a3496d0e4..190c1e164b89 100644 --- a/sys/arch/i386/stand/Makefile.booters +++ b/sys/arch/i386/stand/Makefile.booters @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.booters,v 1.14 1998/07/08 17:47:42 drochner Exp $ +# $NetBSD: Makefile.booters,v 1.15 1999/01/29 18:47:58 christos Exp $ BINDIR= /usr/mdec STRIPFLAG= @@ -9,10 +9,10 @@ I386_STAND_DIR?= $S/arch/i386/stand .PATH: ${I386_STAND_DIR}/lib/crt/bootsect ${I386_STAND_DIR}/lib BSSTART= start_bootsect.o fraglist.o bootsectmain.o biosdisk_ll.o bios_disk.o diskbuf.o .PATH: ${I386_STAND_DIR}/lib/crt/rom -ROMSTART= start_rom.o +ROMSTART= start_rom.o exec.o GENPROMDIR= ${I386_STAND_DIR}/genprom .PATH: ${I386_STAND_DIR}/lib/crt/dos -DOSSTART= start_dos.o doscommain.o exec_fromdos.o +DOSSTART= start_dos.o doscommain.o exec.o CPPFLAGS += -nostdinc -I${.OBJDIR} -I$S -I${I386_STAND_DIR}/lib -I$S/lib/libsa CPPFLAGS+= -D_STANDALONE