diff options
author | ache <ache@FreeBSD.org> | 2000-07-16 08:19:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-07-16 08:19:49 +0000 |
commit | 5973e7a1a6168a027c09cfb4a048a3485b930543 (patch) | |
tree | f4a30cdc8c2c7db43a7f9d0a9b8a5ef54b5f03e9 /include/Makefile | |
parent | af1818f0c33951e92f393729a7460b695d8ab039 (diff) | |
download | FreeBSD-src-5973e7a1a6168a027c09cfb4a048a3485b930543.zip FreeBSD-src-5973e7a1a6168a027c09cfb4a048a3485b930543.tar.gz |
Add -L to mtree
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 6119e24..5190508 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; \ |