diff options
Diffstat (limited to 'sys/boot/pc98/loader/Makefile')
| -rw-r--r-- | sys/boot/pc98/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index cdbeccf13296..be070c5b7cf0 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -100,7 +100,7 @@ ${PROG}.bin: ${PROG}.sym cp ${.ALLSRC} ${.TARGET} strip -R .comment -R .note ${.TARGET} -${PROG}.help: help.common help.i386 +${PROG}.help: help.common help.pc98 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET} .PATH: ${.CURDIR}/../../forth |
