summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/sparc64')
-rw-r--r--sys/boot/sparc64/boot1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile
index ec41072..b77671b 100644
--- a/sys/boot/sparc64/boot1/Makefile
+++ b/sys/boot/sparc64/boot1/Makefile
@@ -17,6 +17,8 @@ boot1.elf: _start.o boot1.o
boot1.aout: boot1.elf
elf2aout -o ${.TARGET} ${.ALLSRC}
+boot1.o: ${.CURDIR}/../../common/ufsread.c
+
# Construct boot1. disklabel expects it to contain zeroed-out space for the
# label, and to be of the correct size.
boot1: boot1.aout
OpenPOWER on IntegriCloud