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