summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 490eea779878..9c4f9cacdb2e 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -883,7 +883,7 @@ installCRUNCH:
createBOOTMFS:
@cd ${.CURDIR}/../sys/${MACHINE}/conf && \
- sh ${.CURDIR}/scripts/dokern.sh ${FDSIZE} < ${KERNCONF} > BOOTMFS && \
+ sh ${.CURDIR}/${MACHINE_ARCH}/dokern.sh ${FDSIZE} < ${KERNCONF} > BOOTMFS && \
[ -r ${KERNCONF}.hints ] && cp ${KERNCONF}.hints BOOTMFS.hints
.if 0 && ${MACHINE_ARCH} == "i386"
@echo "options INTRO_USERCONFIG" >> \