summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/zfsboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/zfsboot/Makefile')
-rw-r--r--sys/boot/i386/zfsboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/zfsboot/Makefile b/sys/boot/i386/zfsboot/Makefile
index 41f1672..1653534 100644
--- a/sys/boot/i386/zfsboot/Makefile
+++ b/sys/boot/i386/zfsboot/Makefile
@@ -80,7 +80,7 @@ zfsboot.bin: zfsboot.out
objcopy -S -O binary zfsboot.out ${.TARGET}
zfsboot.out: ${BTXCRT} zfsboot.o sio.o
- ${LD} ${LDFLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC}
+ ${LD} ${LDFLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSTAND}
zfsboot.o: zfsboot.s
OpenPOWER on IntegriCloud