Use MTREE_FOLLOWS_SYMLINKS option

This is part of whole subsystem fixing

Reviewed by:	imp
This commit is contained in:
Andrey A. Chernov 2000-09-15 08:08:04 +00:00
parent a938a1fcf8
commit 40a9e71856
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65885

View File

@ -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; \