summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-07-30 14:32:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-07-30 14:32:47 +0000
commitcb0ac0cd72f8c0c9be3e79bd34609970e712364d (patch)
tree45077774d9f90a6e621be12c751f9129ebdeeb26 /sys/arch/i386/stand/boot
parente632c9bd90113c2fbced853237abfe038b5beb7e (diff)
Add libkern and link it in after libz
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r--sys/arch/i386/stand/boot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index b1a561acf2c..bc4ea18edfd 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.31 2003/04/17 12:06:05 mickey Exp $
+# $OpenBSD: Makefile,v 1.32 2005/07/30 14:32:46 millert Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -24,8 +24,8 @@ SRCS+= boot.c cmd.c vars.c bootarg.c conf.c
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..
-LDADD= ${LIBSA} ${LIBZ}
-DPADD= ${LIBSA} ${LIBZ}
+LDADD= ${LIBSA} ${LIBZ} ${LIBKERN}
+DPADD= ${LIBSA} ${LIBZ} ${LIBKERN}
.PATH: ${S}/stand/boot