diff options
author | phk <phk@FreeBSD.org> | 2002-06-05 12:30:45 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-06-05 12:30:45 +0000 |
commit | 12c36bfb94e95d0f9c4ebb1e1e407ca44b3f9c24 (patch) | |
tree | 34a29e6405b284043ecb58c576277e615c6c10e6 /sys/boot/sparc64 | |
parent | 0961c455f8e5016fb94b035bc9a95dc3ebf3d391 (diff) | |
download | FreeBSD-src-12c36bfb94e95d0f9c4ebb1e1e407ca44b3f9c24.zip FreeBSD-src-12c36bfb94e95d0f9c4ebb1e1e407ca44b3f9c24.tar.gz |
Add explicit dependency on ufsread.c
Diffstat (limited to 'sys/boot/sparc64')
-rw-r--r-- | sys/boot/sparc64/boot1/Makefile | 2 |
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 |