summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-15 08:07:05 +0000
committerache <ache@FreeBSD.org>2000-09-15 08:07:05 +0000
commitd98104c516834dc122cb04146af51810a79b72df (patch)
treea1653fb3ffb11df07d8997337b04aa47d4e1b5c9 /etc/Makefile
parentc1fd1180abc11b64bb99d2cc07092becce34d0b7 (diff)
downloadFreeBSD-src-d98104c516834dc122cb04146af51810a79b72df.zip
FreeBSD-src-d98104c516834dc122cb04146af51810a79b72df.tar.gz
Add/use MTREE_FOLLOWS_SYMLINKS make.conf option
This is part of whole subsystem fixing Reviewed by: imp
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 333a324..8c18ea4 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -148,12 +148,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 -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 \
-p ${DESTDIR}/usr/include
- mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
+ mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -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