diff options
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index b0f36fda0c5..7d83c28a225 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 1997/08/12 19:24:56 mickey Exp $ +# $OpenBSD: Makefile,v 1.21 1997/08/12 21:39:00 mickey Exp $ LIB= sa @@ -13,8 +13,8 @@ DIR_KERN=$S/lib/libkern #AS+= -a # i386 stuff (so, it will possibly load in the same 64k) -SRCS= unixsys.S bioscom.S bioskbd.S gidt.S \ - debug_i386.S dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c \ +SRCS= unixsys.S gidt.S debug_i386.S \ + bioscons.c dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c \ time.c alloca.S apm_init.S machdep.c # stand routines |