summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 1f0b93e..456b8ca 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -636,7 +636,7 @@ release.8:
.if ${MACHINE_ARCH} == "alpha"
rm -rf ${RD}/mfsfd/stand/help/*
.endif
-.if exists(${.CURDIR}/${MACHINE_ARCH}/drivers.conf)
+.if exists(${.CURDIR}/${MACHINE}/drivers.conf)
@mkdir -p ${RD}/mfsfd/stand/modules
@perl ${.CURDIR}/scripts/driver-copy2.pl \
${.CURDIR}/${MACHINE_ARCH}/drivers.conf \
@@ -914,7 +914,7 @@ createBOOTMFS:
@echo "options INTRO_USERCONFIG" >> \
${.CURDIR}/../sys/${MACHINE}/conf/BOOTMFS
.endif
-.if exists(${.CURDIR}/${MACHINE_ARCH}/drivers.conf)
+.if exists(${.CURDIR}/${MACHINE}/drivers.conf)
@perl ${.CURDIR}/scripts/driver-remove.pl \
${.CURDIR}/${MACHINE_ARCH}/drivers.conf \
${.CURDIR}/../sys/${MACHINE}/conf/BOOTMFS
OpenPOWER on IntegriCloud