diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-18 20:22:26 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-18 20:22:26 +0000 |
| commit | 8ec00e70b100f149fe8e922a5eace4da985ecf99 (patch) | |
| tree | 25fc8acf848a63061a8b7757223904b8808e430d /Makefile.inc1 | |
| parent | 8e13d96bd96c16f7d3f104d3581ff496f05a115a (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
