From 40a9e71856f8dcbc1f18ce06b56642362889d0c4 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 15 Sep 2000 08:08:04 +0000 Subject: [PATCH] Use MTREE_FOLLOWS_SYMLINKS option This is part of whole subsystem fixing Reviewed by: imp --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index cd185b95bf21..4c2459a46db3 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; \