aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-15 21:21:41 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-15 21:21:41 +0000
commit7b9c2f164381be6f82593d733fa475a698de96a0 (patch)
tree97e2829f11faad819b5d69daf49c9750878d8772 /Makefile.inc1
parenteb774fcd58a9a53cf21d6b2ee39f05aec56153fb (diff)
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1cdefc948cd9..32be188ccb26 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -558,6 +558,7 @@ _worldtmp:
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
-p ${WORLDTMP}${TESTSBASE} >/dev/null
.if ${MK_DEBUG_FILES} != "no"
+ mkdir -p ${WORLDTMP}/usr/lib/debug/${TESTSBASE}
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
-p ${WORLDTMP}/usr/lib/debug/${TESTSBASE} >/dev/null
.endif