summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-17 18:26:56 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-17 18:26:56 +0000
commit5a11c621e6c0ce46a79c57ad713b98822895166b (patch)
treeaf7c14a633802f59bf480aa99819267fc4a08e77 /Makefile.inc1
parenteed08ae475c4e50abdf3a34bd3f8940d24c93a2e (diff)
downloadFreeBSD-src-5a11c621e6c0ce46a79c57ad713b98822895166b.zip
FreeBSD-src-5a11c621e6c0ce46a79c57ad713b98822895166b.tar.gz
Correct the distrib-dirs target in the -DDB_FROM_SRC case.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 63f74ce..ca30e75 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -767,7 +767,7 @@ redistribute:
distrib-dirs distribution:
cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
- ${IMAKE_INSTALL} ${.TARGET}
+ ${IMAKE_INSTALL} ${IMAKE_MTREE} ${.TARGET}
#
# buildkernel and installkernel
OpenPOWER on IntegriCloud