diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-12 19:05:58 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-12 19:05:58 +0000 |
commit | b13c90bcd423854cd451c5f43454f5a48eb8a049 (patch) | |
tree | beeaf0f85dabe602fce051339f828f39f6d0a202 /sys/arch/i386/stand/libsa/Makefile | |
parent | 146a4d456d1a9cfd2aab9f0a97b914e6e35d9ccc (diff) |
move that inline
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index 8cee6af1e5c..d0158588149 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 1997/08/07 01:11:53 mickey Exp $ +# $OpenBSD: Makefile,v 1.19 1997/08/12 19:05:57 mickey Exp $ LIB= sa @@ -13,7 +13,7 @@ DIR_KERN=$S/lib/libkern #AS+= -a # i386 stuff (so, it will possibly load in the same 64k) -SRCS= unixsys.S bioscom.S biosdisk.S bioskbd.S biostime.S gidt.S \ +SRCS= unixsys.S bioscom.S biosdisk.S bioskbd.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 |