Use MTREE_FOLLOWS_SYMLINKS option
This is part of whole subsystem fixing Reviewed by: imp
This commit is contained in:
parent
a938a1fcf8
commit
40a9e71856
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user