From d331a0c1081f5efdd27afc42a87912f7777fe885 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 15 Sep 2000 08:08:04 +0000 Subject: 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 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; \ -- cgit v1.1