Make sure the links to the source tree end up in the source tree.

This commit is contained in:
Marcel Moolenaar 1999-12-09 13:36:16 +00:00
parent f055f4f966
commit aae5d68824
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54365

View File

@ -172,6 +172,7 @@ buildworld:
.for _dir in ${INCDIRS}
mkdir -p ${WORLDTMP}/usr/include/${_dir}
.endfor
ln -sf ${.CURDIR}/sys ${WORLDTMP}/sys
.if !defined(NOCLEAN)
@echo
@echo "--------------------------------------------------------------"