From 5612eb4a2a6aedbcafc2728b609a9235466ad061 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 20 Jul 2005 19:40:05 +0000 Subject: put -lkern last, since libz needs syms in it --- sys/arch/macppc/stand/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/macppc/stand') diff --git a/sys/arch/macppc/stand/Makefile b/sys/arch/macppc/stand/Makefile index dbac81e976c..2637b213d74 100644 --- a/sys/arch/macppc/stand/Makefile +++ b/sys/arch/macppc/stand/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/10/03 17:10:06 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2005/07/20 19:40:04 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $ SUBDIR= ofwboot boot.mac mbr tbxidata @@ -18,7 +18,7 @@ USE_LOADFILE=yes all: ${ZLIB} ${SALIB} ${KERNLIB} _SUBDIRUSE libdep: - @echo ${.OBJDIR}/${SALIB} $(KERNLIB) ${ZLIB} + @echo ${.OBJDIR}/${SALIB} ${ZLIB} ${KERNLIB} ${PROG}: -- cgit v1.2.3