Don't scare non-root users attempting to build world.

This commit is contained in:
Ruslan Ermilov 2004-03-14 16:44:27 +00:00
parent 6fedf94775
commit 125499e595

View File

@ -261,7 +261,7 @@ _worldtmp:
mkdir -p ${WORLDTMP}/${_dir}
.endfor
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
-p ${WORLDTMP}/usr/include
-p ${WORLDTMP}/usr/include >/dev/null
ln -sf ${.CURDIR}/sys ${WORLDTMP}
_legacy:
@echo