summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-01-29 22:13:42 +0000
committerthorpej <thorpej@NetBSD.org>1999-01-29 22:13:42 +0000
commit191dab44fac585b4b3a325fada0bd2f6d95f0bbc (patch)
tree1f6bb3ab95f84d252e886ae15853472368ddea3a
parentb88b2d4f9bdd9900664581f8da461a7f801df4e4 (diff)
Um, last rev was kind of backwards... actually build exec.o so that
the boot block links.
-rw-r--r--sys/arch/i386/stand/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/lib/Makefile b/sys/arch/i386/stand/lib/Makefile
index c6e7c7d553d..e0558515f50 100644
--- a/sys/arch/i386/stand/lib/Makefile
+++ b/sys/arch/i386/stand/lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/01/29 18:45:34 christos Exp $
+# $NetBSD: Makefile,v 1.8 1999/01/29 22:13:42 thorpej 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+= loadfile.c startprog.S netbsd_opts.c panic.c
+SRCS+= exec.c loadfile.c startprog.S netbsd_opts.c panic.c
.if (${I386_INCLUDE_DISK} == "yes")
SRCS+= biosdisk.c biosdisk_ll.c bios_disk.S
.endif