diff --git a/Makefile.inc1 b/Makefile.inc1 index 12bb892dfd58..c384267b0ada 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1395,7 +1395,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.include.dist \ -p ${DESTDIR}/${DISTDIR}/${dist}/usr/include >/dev/null .if ${TARGET_ARCH} == "amd64" - -mkdir ${DESTDIR}/${DISTDIR}/usr/include/i386 + -mkdir ${DESTDIR}/${DISTDIR}/${dist}/usr/include/i386 .endif .if ${MK_DEBUG_FILES} != "no" ${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.debug.dist \