summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-23 23:07:45 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-23 23:07:45 +0000
commit94514cc9bfed150a71de856103a5176469bbeaff (patch)
tree10f0fa70aee994da0d1c926e0bb8a2b5ff28be97 /Makefile.inc1
parenta569108b72a718de02d40c7f275e2ce8e6c9331a (diff)
downloadFreeBSD-src-94514cc9bfed150a71de856103a5176469bbeaff.zip
FreeBSD-src-94514cc9bfed150a71de856103a5176469bbeaff.tar.gz
native-xtools: Fix build with WITH_DEBUG_FILES.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c957189..9698b0f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 \
OpenPOWER on IntegriCloud