From 1174073c8390696dfd07dbf7325de45bff249a23 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 18 May 2003 20:22:26 +0000 Subject: [PATCH] Unbreak parallel make of _includes after revision 1.356 changes. Spotted by: bde Approved by: re (scottl) --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index ea5705182653..d4f85887e5d3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -284,6 +284,8 @@ _worldtmp: usr/libexec usr/share/misc mkdir -p ${WORLDTMP}/${_dir} .endfor + mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ + -p ${WORLDTMP}/usr/include ln -sf ${.CURDIR}/sys ${WORLDTMP} _legacy: @echo