From c5773ead2fa42086fa67b9779380faaaf4886ea8 Mon Sep 17 00:00:00 2001 From: rahnds Date: Tue, 18 Feb 1997 22:35:31 +0000 Subject: [PATCH] Add the note object to the executable. --- sys/arch/powerpc/stand/boot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/powerpc/stand/boot/Makefile b/sys/arch/powerpc/stand/boot/Makefile index f8c7986218b..ede0d8da159 100644 --- a/sys/arch/powerpc/stand/boot/Makefile +++ b/sys/arch/powerpc/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/12/28 06:31:21 rahnds Exp $ +# $OpenBSD: Makefile,v 1.3 1997/02/18 22:35:31 rahnds Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $ R= .. @@ -11,6 +11,7 @@ NOMAN= STRIP= MAKEELF= makeelf BINDIR= /usr/mdec +OBJS+= note.o LIBS!= cd $(.CURDIR)/$(R); $(MAKE) libdep -- 2.20.1