From 2ac445044ef04e2f71fb8e8a68aa1e9b0ea953e7 Mon Sep 17 00:00:00 2001 From: is Date: Sat, 3 Apr 1999 09:18:41 +0000 Subject: [PATCH] make the Amiga bootblocks link again. --- sys/arch/amiga/stand/bootblock/boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/stand/bootblock/boot/Makefile b/sys/arch/amiga/stand/bootblock/boot/Makefile index ca7ee3ef112f..d298bfb8e130 100644 --- a/sys/arch/amiga/stand/bootblock/boot/Makefile +++ b/sys/arch/amiga/stand/bootblock/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/03/03 20:32:58 tron Exp $ +# $NetBSD: Makefile,v 1.19 1999/04/03 09:18:41 is Exp $ ### what we need: @@ -18,7 +18,7 @@ FILES= xxboot fdboot 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