From 043ada10514bbda37ab84536d8d9e13afb6415f3 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 08:19:49 +0000 Subject: [PATCH] Add -L to mtree --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index 6119e24cef0f..5190508ffbfe 100644 --- a/include/Makefile +++ b/include/Makefile @@ -105,7 +105,7 @@ copies: .for i in ${LNOHEADERDIRS} rm -rf ${DESTDIR}/usr/include/$i .endfor - mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ + mtree -deLU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include .for i in ${LDIRS} ${LSUBDIRS} cd ${.CURDIR}/../sys; \