summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-07-16 07:58:25 +0000
committerache <ache@FreeBSD.org>2000-07-16 07:58:25 +0000
commit735f682c2436a9fae1c968b994f3f27c81ba8a5d (patch)
tree4437432dddd51f3fd991859fc87fb11647ad788b /etc/Makefile
parent538d8deb71842460a43bc701ccf857fc444bf0ff (diff)
downloadFreeBSD-src-735f682c2436a9fae1c968b994f3f27c81ba8a5d.zip
FreeBSD-src-735f682c2436a9fae1c968b994f3f27c81ba8a5d.tar.gz
Add -L to mtree calls since defaults changed back
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5356384..e539958 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -143,12 +143,12 @@ distribution:
.endif
distrib-dirs:
- mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
- mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
- mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
- mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
+ mtree -deLU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
+ mtree -deLU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
+ mtree -deLU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
+ mtree -deLU -f ${.CURDIR}/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
- mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
+ mtree -deLU -f ${.CURDIR}/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/libdata/perl/5.6.0/mach
cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
cd ${DESTDIR}/usr/share/locale; \
OpenPOWER on IntegriCloud