summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-15 08:08:04 +0000
committerache <ache@FreeBSD.org>2000-09-15 08:08:04 +0000
commitd331a0c1081f5efdd27afc42a87912f7777fe885 (patch)
tree8358091c56ca2533944c7970ee7c83f2e95a6d0e /include
parentd98104c516834dc122cb04146af51810a79b72df (diff)
downloadFreeBSD-src-d331a0c1081f5efdd27afc42a87912f7777fe885.zip
FreeBSD-src-d331a0c1081f5efdd27afc42a87912f7777fe885.tar.gz
Use MTREE_FOLLOWS_SYMLINKS option
This is part of whole subsystem fixing Reviewed by: imp
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 cd185b9..4c2459a 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -103,7 +103,7 @@ copies:
rm -f ${DESTDIR}/usr/include/$i; \
fi
.endfor
- mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
+ mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
.for i in ${LDIRS} ${LSUBDIRS}
cd ${.CURDIR}/../sys; \
OpenPOWER on IntegriCloud