diff options
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index cd185b95bf21..4c2459a46db3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -103,7 +103,7 @@ copies: rm -f ${DESTDIR}/usr/include/$i; \ fi .endfor - mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ + mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include .for i in ${LDIRS} ${LSUBDIRS} cd ${.CURDIR}/../sys; \ |
