From 5699d1ab3d0c0d6876cb0bc548edeb9cad3b132e Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 30 Jan 1999 17:46:53 +0000 Subject: [PATCH] Remove exec.c from here. I want to make it obvious that it has to be built with different flags from dosboot and biosboot. Although right now this does not make a difference because we are building the libraries twice, it can make a difference when we share the builds. --- sys/arch/i386/stand/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/lib/Makefile b/sys/arch/i386/stand/lib/Makefile index e0558515f509..1a8844745d50 100644 --- a/sys/arch/i386/stand/lib/Makefile +++ b/sys/arch/i386/stand/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/01/29 22:13:42 thorpej Exp $ +# $NetBSD: Makefile,v 1.9 1999/01/30 17:46:53 christos Exp $ S?= ${.CURDIR}/../../../../ @@ -19,7 +19,7 @@ SRCS= pcio.c conio.S comio.S comio_direct.c SRCS+= getsecs.c biosgetrtc.S biosdelay.S biosreboot.S gatea20.c SRCS+= biosmem.S getextmemx.c biosmemx.S SRCS+= pread.c menuutils.c parseutils.c bootinfo.c bootinfo_biosgeom.c -SRCS+= exec.c loadfile.c startprog.S netbsd_opts.c panic.c +SRCS+= loadfile.c startprog.S netbsd_opts.c panic.c .if (${I386_INCLUDE_DISK} == "yes") SRCS+= biosdisk.c biosdisk_ll.c bios_disk.S .endif