diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-02 22:23:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-02 22:23:10 +0000 |
commit | fcb3ea8b795f063c35e6750479f7cf80d2f6d5c9 (patch) | |
tree | 36b04c97a9aeb7eeb6620381cc385a979a7aae78 /sys/arch/i386/stand/boot/Makefile | |
parent | 75ccbf0f226deb4dcc38f0d1a350030b1796a117 (diff) |
move kentry() in boot
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index c6c17f9ab84..c236bdbae8e 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 1997/07/17 23:30:31 mickey Exp $ +# $OpenBSD: Makefile,v 1.9 1997/08/02 22:23:07 mickey Exp $ PROG= boot -SRCS= srt0.S boot.c cmd.c conf.c +SRCS= srt0.S boot.c cmd.c kentry.c conf.c #AFLAGS+=-Wa,-R # AFLAGS+=-Wa,-a LD=ld |