Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/amiga/stand/bootblock/boot From -current: add ...
details: https://anonhg.NetBSD.org/src/rev/3c725597e7a6
branches: netbsd-1-4
changeset: 468034:3c725597e7a6
user: is <is%NetBSD.org@localhost>
date: Sat Apr 03 19:40:20 1999 +0000
description:
>From -current: add errno.c (to define the errno variable). This makes
the bootblocks link again.
diffstat:
sys/arch/amiga/stand/bootblock/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2e8166100a09 -r 3c725597e7a6 sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile Sat Apr 03 14:18:52 1999 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile Sat Apr 03 19:40:20 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/03/03 20:32:58 tron Exp $
+# $NetBSD: Makefile,v 1.18.2.1 1999/04/03 19:40:20 is Exp $
### what we need:
@@ -18,7 +18,7 @@
BINDIR=/usr/mdec
COBJS = main.o console.o xd.o twiddle.o bzero.o gets.o
-COBJS+= lseek.o open.o read.o close.o dev.o
+COBJS+= lseek.o open.o read.o close.o dev.o errno.o
COBJS+= ufs.o
SOBJS = alloc.o ashrdi3.o bcopy.o muldi3.o printf.o startit.o
Home |
Main Index |
Thread Index |
Old Index