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.
This commit is contained in:
christos 1999-01-30 17:46:53 +00:00
parent 07b1febfb8
commit 5699d1ab3d
1 changed files with 2 additions and 2 deletions

View File

@ -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