diff options
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 6119e24cef0f..5190508ffbfe 100644 --- a/include/Makefile +++ b/include/Makefile @@ -105,7 +105,7 @@ copies: .for i in ${LNOHEADERDIRS} rm -rf ${DESTDIR}/usr/include/$i .endfor - mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ + mtree -deLU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include .for i in ${LDIRS} ${LSUBDIRS} cd ${.CURDIR}/../sys; \ |
