diff options
author | 2005-07-20 19:40:04 +0000 | |
---|---|---|
committer | 2005-07-20 19:40:04 +0000 | |
commit | 42569cc0e6c8c16fcf0a9ea0fd151977a119886d (patch) | |
tree | 3f13f2be38da04d6687ba00d7e6196c781805827 | |
parent | add moddi3, needed by new libz (diff) | |
download | wireguard-openbsd-42569cc0e6c8c16fcf0a9ea0fd151977a119886d.tar.xz wireguard-openbsd-42569cc0e6c8c16fcf0a9ea0fd151977a119886d.zip |
put -lkern last, since libz needs syms in it
-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}: |