native-xtools: Fix build with WITH_DEBUG_FILES.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-10-23 23:07:45 +00:00
parent c83f1f12aa
commit 5eedd0c0e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289859

View File

@ -1657,6 +1657,10 @@ native-xtools: .PHONY
-p ${OBJTREE}/nxb-bin/usr >/dev/null
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
-p ${OBJTREE}/nxb-bin/usr/include >/dev/null
.if ${MK_DEBUG_FILES} != "no"
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
-p ${OBJTREE}/nxb-bin/usr/lib >/dev/null
.endif
.for _tool in \
bin/cat \
bin/chmod \