summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/pc98boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/pc98boot/Makefile')
-rw-r--r--sys/boot/pc98/pc98boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/pc98boot/Makefile b/sys/boot/pc98/pc98boot/Makefile
index 73bfba5..f33b15f 100644
--- a/sys/boot/pc98/pc98boot/Makefile
+++ b/sys/boot/pc98/pc98boot/Makefile
@@ -20,6 +20,6 @@ ${BOOT}: ${BOOT0} ${BOOT05} ${BOOT}.part
cat ${BOOT0} ${BOOT}.part ${BOOT05} > ${.TARGET}
${BOOT}.part:
- dd if=/dev/zero of=${.TARGET} bs=512 count=1
+ ${DD} if=/dev/zero of=${.TARGET} bs=512 count=1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud