summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-07-16 08:19:49 +0000
committerache <ache@FreeBSD.org>2000-07-16 08:19:49 +0000
commit5973e7a1a6168a027c09cfb4a048a3485b930543 (patch)
treef4a30cdc8c2c7db43a7f9d0a9b8a5ef54b5f03e9 /include
parentaf1818f0c33951e92f393729a7460b695d8ab039 (diff)
downloadFreeBSD-src-5973e7a1a6168a027c09cfb4a048a3485b930543.zip
FreeBSD-src-5973e7a1a6168a027c09cfb4a048a3485b930543.tar.gz
Add -L to mtree
Diffstat (limited to 'include')
-rw-r--r--include/Makefile2
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; \
OpenPOWER on IntegriCloud