summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-02 22:23:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-02 22:23:10 +0000
commitfcb3ea8b795f063c35e6750479f7cf80d2f6d5c9 (patch)
tree36b04c97a9aeb7eeb6620381cc385a979a7aae78 /sys/arch/i386/stand/libsa/Makefile
parent75ccbf0f226deb4dcc38f0d1a350030b1796a117 (diff)
move kentry() in 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 938719c6945..39776acc29a 100644
--- a/sys/arch/i386/stand/libsa/Makefile
+++ b/sys/arch/i386/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 1997/07/18 01:09:53 mickey Exp $
+# $OpenBSD: Makefile,v 1.17 1997/08/02 22:23:09 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 machdep.c kentry.c
+ time.c alloca.S apm_init.S machdep.c
# stand routines
SRCS+= alloc.c exit.c exec.c getfile.c gets.c globals.c strcmp.c strlen.c \