diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-16 08:19:49 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-16 08:19:49 +0000 |
| commit | 043ada10514bbda37ab84536d8d9e13afb6415f3 (patch) | |
| tree | b45c9870b4c176160e0d0951246651d90983fb76 /include | |
| parent | 590694fb2815fb26ce4b6a54aada582072d19615 (diff) | |
Notes
Diffstat (limited to 'include')
| -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; \ |
