summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-19 15:08:58 +0000
committerru <ru@FreeBSD.org>2004-03-19 15:08:58 +0000
commit1cc58b8a6bb6869b51fb11d1182c780c80a0d28a (patch)
tree6647fb7845237fd655f7fb2ea920ab9244e3597c /Makefile.inc1
parent9594cbf80177fc0be18e4e86999a7245729d2658 (diff)
downloadFreeBSD-src-1cc58b8a6bb6869b51fb11d1182c780c80a0d28a.zip
FreeBSD-src-1cc58b8a6bb6869b51fb11d1182c780c80a0d28a.tar.gz
Create /usr/sbin in ${WORLDTMP}. I've accidentally removed it in
revision 1.343, but it's needed for btxld(8), and this fix (along with the --enable-64-bit-bfd configured BFD on i386) allows other architectures to successfully cross-build the i386 world. Tested on: alpha
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a6b3bab..c909c90 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -257,7 +257,8 @@ _worldtmp:
.endfor
.for _dir in \
lib usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \
- usr/libexec usr/share/misc usr/share/bsnmp/defs usr/share/bsnmp/mibs
+ usr/libexec usr/sbin usr/share/misc \
+ usr/share/bsnmp/defs usr/share/bsnmp/mibs
mkdir -p ${WORLDTMP}/${_dir}
.endfor
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
OpenPOWER on IntegriCloud