From 0aacff4d4dbda584a90ef3b532318f1a401ff5a4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 19 Mar 2004 15:08:58 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index a6b3babd2014..c909c90fdaee 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 \