summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-18 00:37:16 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-18 00:37:16 +0000
commit356dfc94edc41fd30e29c170f8e292585618617d (patch)
treeb84f42deb92fb23d078e54b6c98411ff02078722 /sys/arch/i386/stand/libsa/Makefile
parentd834d51b5c22f9e09b54fe12c8a5a862e6265e35 (diff)
yet another small step towards MI boot
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r--sys/arch/i386/stand/libsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile
index 9cf9e601bdc..b4621a95651 100644
--- a/sys/arch/i386/stand/libsa/Makefile
+++ b/sys/arch/i386/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 1997/07/17 23:20:24 mickey Exp $
+# $OpenBSD: Makefile,v 1.15 1997/07/18 00:37:15 mickey Exp $
LIB= sa
@@ -15,7 +15,7 @@ DIR_KERN=$S/lib/libkern
# i386 stuff (so, it will possibly load in the same 64k)
SRCS= unixsys.S bioscom.S biosdisk.S bioskbd.S biostime.S biosmem.S gidt.S \
debug_i386.S dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c \
- time.c alloca.S apm_init.S # kentry.c machdep.c
+ time.c alloca.S apm_init.S machdep.c # kentry.c
# stand routines
SRCS+= alloc.c exit.c exec.c getfile.c gets.c globals.c strcmp.c strlen.c \