diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-20 19:40:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-20 19:40:05 +0000 |
commit | 5612eb4a2a6aedbcafc2728b609a9235466ad061 (patch) | |
tree | 39922a1345f0b3eba4768ceb12ac16d6f8309c43 /sys/arch/macppc/stand | |
parent | 37f978fcafafdb4a207d80fcfdff600a6f51f5c2 (diff) |
put -lkern last, since libz needs syms in it
Diffstat (limited to 'sys/arch/macppc/stand')
-rw-r--r-- | sys/arch/macppc/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}: |