From 5973e7a1a6168a027c09cfb4a048a3485b930543 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 16 Jul 2000 08:19:49 +0000 Subject: Add -L to mtree --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index 6119e24..5190508 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; \ -- cgit v1.1