summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-03-23 22:17:34 +0000
committerdes <des@FreeBSD.org>2004-03-23 22:17:34 +0000
commitcef96f810f3ad1e1f6f48daa5b49c83617c918a4 (patch)
treeabc8dae03ffb529ba6d546bdbcfad3b288d185de /etc/Makefile
parent431b446dc36b84cb618cfb606b0c5bbbe16de5dd (diff)
downloadFreeBSD-src-cef96f810f3ad1e1f6f48daa5b49c83617c918a4.zip
FreeBSD-src-cef96f810f3ad1e1f6f48daa5b49c83617c918a4.tar.gz
Drop the -d argument to mtree since some of the spec files now list
symlinks.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index dae97ca..e7cea56 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -164,10 +164,10 @@ distribution:
${DESTDIR}/boot/device.hints
distrib-dirs:
- mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
- mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
- mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
- mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
+ mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
+ mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
+ mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
+ mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
.if !defined(NO_SENDMAIL)
mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
OpenPOWER on IntegriCloud