summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-09 13:36:16 +0000
committermarcel <marcel@FreeBSD.org>1999-12-09 13:36:16 +0000
commitddefaf060fa7d5270648184be31ee09ff5976116 (patch)
treed50f3171926992b4140a668471eafdb99c0781a7 /Makefile.inc1
parent4ca585283736e151d34f6ae70d84df89b2313788 (diff)
downloadFreeBSD-src-ddefaf060fa7d5270648184be31ee09ff5976116.zip
FreeBSD-src-ddefaf060fa7d5270648184be31ee09ff5976116.tar.gz
Make sure the links to the source tree end up in the source tree.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d85ee49..b241cb3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 "--------------------------------------------------------------"
OpenPOWER on IntegriCloud