aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2000-07-23 16:33:00 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2000-07-23 16:33:00 +0000
commit11017a687b18aeed141130568aaf4d307b840491 (patch)
tree9218d1aa9ac501001b5ff5a85127f6a2302a9a44 /etc
parenteecdc4415b50fc7cb7d447107fcd70c426282261 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e5399587b6f9..535638439b27 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -143,12 +143,12 @@ distribution:
.endif
distrib-dirs:
- 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 \
+ 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 \
-p ${DESTDIR}/usr/include
- mtree -deLU -f ${.CURDIR}/mtree/BSD.include.dist \
+ mtree -deU -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; \