summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
commitca987d4641cdcd7f27e153db17c5bf064934faf5 (patch)
tree6c3860e3ba8949be9528d644fbb7fa88d8bbbb79
parent6eac7115560381ce5c9e2939ab3fce82bb9b6a95 (diff)
downloadsrc-test2-ca987d4641cdcd7f27e153db17c5bf064934faf5.tar.gz
src-test2-ca987d4641cdcd7f27e153db17c5bf064934faf5.zip
Notes
-rw-r--r--MAINTAINERS2
-rw-r--r--Makefile.inc15
-rw-r--r--lib/libefivar/Makefile2
-rw-r--r--release/arm64/PINE64.conf2
-rw-r--r--release/arm64/RPI3.conf2
-rwxr-xr-xrelease/powerpc/generate-hfs.sh2
-rw-r--r--release/tools/vmimage.subr2
-rw-r--r--share/examples/bootforth/README2
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man5/make.conf.54
-rw-r--r--share/man/man8/diskless.82
-rw-r--r--stand/Makefile (renamed from sys/boot/Makefile)0
-rw-r--r--stand/Makefile.amd64 (renamed from sys/boot/Makefile.amd64)0
-rw-r--r--stand/Makefile.arm (renamed from sys/boot/Makefile.arm)0
-rw-r--r--stand/Makefile.arm64 (renamed from sys/boot/Makefile.arm64)0
-rw-r--r--stand/Makefile.i386 (renamed from sys/boot/Makefile.i386)0
-rw-r--r--stand/Makefile.inc (renamed from sys/boot/Makefile.inc)0
-rw-r--r--stand/Makefile.mips (renamed from sys/boot/Makefile.mips)0
-rw-r--r--stand/Makefile.powerpc (renamed from sys/boot/Makefile.powerpc)0
-rw-r--r--stand/Makefile.sparc64 (renamed from sys/boot/Makefile.sparc64)0
-rw-r--r--stand/arm/Makefile (renamed from sys/boot/arm/Makefile)0
-rw-r--r--stand/arm/Makefile.inc (renamed from sys/boot/arm/Makefile.inc)0
-rw-r--r--stand/arm/loader/loader.conf (renamed from sys/boot/arm/loader/loader.conf)0
-rw-r--r--stand/arm/uboot/Makefile (renamed from sys/boot/arm/uboot/Makefile)0
-rw-r--r--stand/arm/uboot/conf.c (renamed from sys/boot/arm/uboot/conf.c)0
-rw-r--r--stand/arm/uboot/help.uboot (renamed from sys/boot/arm/uboot/help.uboot)0
-rw-r--r--stand/arm/uboot/ldscript.arm (renamed from sys/boot/arm/uboot/ldscript.arm)0
-rw-r--r--stand/arm/uboot/start.S (renamed from sys/boot/arm/uboot/start.S)0
-rw-r--r--stand/arm/uboot/version (renamed from sys/boot/arm/uboot/version)0
-rw-r--r--stand/arm64/Makefile (renamed from sys/boot/arm64/Makefile)0
-rw-r--r--stand/arm64/libarm64/cache.c (renamed from sys/boot/arm64/libarm64/cache.c)0
-rw-r--r--stand/arm64/libarm64/cache.h (renamed from sys/boot/arm64/libarm64/cache.h)0
-rw-r--r--stand/common/Makefile.depend (renamed from sys/boot/common/Makefile.depend)0
-rw-r--r--stand/common/bcache.c (renamed from sys/boot/common/bcache.c)0
-rw-r--r--stand/common/boot.c (renamed from sys/boot/common/boot.c)0
-rw-r--r--stand/common/bootstrap.h (renamed from sys/boot/common/bootstrap.h)0
-rw-r--r--stand/common/commands.c (renamed from sys/boot/common/commands.c)0
-rw-r--r--stand/common/console.c (renamed from sys/boot/common/console.c)0
-rw-r--r--stand/common/dev_net.c (renamed from sys/boot/common/dev_net.c)0
-rw-r--r--stand/common/dev_net.h (renamed from sys/boot/common/dev_net.h)0
-rw-r--r--stand/common/devopen.c (renamed from sys/boot/common/devopen.c)0
-rw-r--r--stand/common/disk.c (renamed from sys/boot/common/disk.c)0
-rw-r--r--stand/common/disk.h (renamed from sys/boot/common/disk.h)0
-rw-r--r--stand/common/help.common (renamed from sys/boot/common/help.common)0
-rw-r--r--stand/common/install.c (renamed from sys/boot/common/install.c)0
-rw-r--r--stand/common/interp.c (renamed from sys/boot/common/interp.c)0
-rw-r--r--stand/common/interp_backslash.c (renamed from sys/boot/common/interp_backslash.c)0
-rw-r--r--stand/common/interp_forth.c (renamed from sys/boot/common/interp_forth.c)0
-rw-r--r--stand/common/interp_parse.c (renamed from sys/boot/common/interp_parse.c)0
-rw-r--r--stand/common/isapnp.c (renamed from sys/boot/common/isapnp.c)0
-rw-r--r--stand/common/isapnp.h (renamed from sys/boot/common/isapnp.h)0
-rw-r--r--stand/common/load_elf.c (renamed from sys/boot/common/load_elf.c)0
-rw-r--r--stand/common/load_elf32.c (renamed from sys/boot/common/load_elf32.c)0
-rw-r--r--stand/common/load_elf32_obj.c (renamed from sys/boot/common/load_elf32_obj.c)0
-rw-r--r--stand/common/load_elf64.c (renamed from sys/boot/common/load_elf64.c)0
-rw-r--r--stand/common/load_elf64_obj.c (renamed from sys/boot/common/load_elf64_obj.c)0
-rw-r--r--stand/common/load_elf_obj.c (renamed from sys/boot/common/load_elf_obj.c)0
-rw-r--r--stand/common/ls.c (renamed from sys/boot/common/ls.c)0
-rw-r--r--stand/common/md.c (renamed from sys/boot/common/md.c)0
-rw-r--r--stand/common/merge_help.awk (renamed from sys/boot/common/merge_help.awk)0
-rw-r--r--stand/common/misc.c (renamed from sys/boot/common/misc.c)0
-rw-r--r--stand/common/module.c (renamed from sys/boot/common/module.c)0
-rwxr-xr-xstand/common/newvers.sh (renamed from sys/boot/common/newvers.sh)0
-rw-r--r--stand/common/part.c (renamed from sys/boot/common/part.c)0
-rw-r--r--stand/common/part.h (renamed from sys/boot/common/part.h)0
-rw-r--r--stand/common/paths.h (renamed from sys/boot/common/paths.h)0
-rw-r--r--stand/common/pnp.c (renamed from sys/boot/common/pnp.c)0
-rw-r--r--stand/common/rbx.h (renamed from sys/boot/common/rbx.h)0
-rw-r--r--stand/common/reloc_elf.c (renamed from sys/boot/common/reloc_elf.c)0
-rw-r--r--stand/common/reloc_elf32.c (renamed from sys/boot/common/reloc_elf32.c)0
-rw-r--r--stand/common/reloc_elf64.c (renamed from sys/boot/common/reloc_elf64.c)0
-rw-r--r--stand/common/self_reloc.c (renamed from sys/boot/common/self_reloc.c)0
-rw-r--r--stand/defs.mk (renamed from sys/boot/defs.mk)4
-rw-r--r--stand/efi/Makefile (renamed from sys/boot/efi/Makefile)0
-rw-r--r--stand/efi/Makefile.inc (renamed from sys/boot/efi/Makefile.inc)0
-rw-r--r--stand/efi/boot1/Makefile (renamed from sys/boot/efi/boot1/Makefile)0
-rw-r--r--stand/efi/boot1/Makefile.depend (renamed from sys/boot/efi/boot1/Makefile.depend)6
-rw-r--r--stand/efi/boot1/Makefile.fat (renamed from sys/boot/efi/boot1/Makefile.fat)0
-rw-r--r--stand/efi/boot1/boot1.c (renamed from sys/boot/efi/boot1/boot1.c)0
-rw-r--r--stand/efi/boot1/boot_module.h (renamed from sys/boot/efi/boot1/boot_module.h)0
-rw-r--r--stand/efi/boot1/fat-amd64.tmpl.xz (renamed from sys/boot/efi/boot1/fat-amd64.tmpl.xz)bin1712 -> 1712 bytes
-rw-r--r--stand/efi/boot1/fat-arm.tmpl.xz (renamed from sys/boot/efi/boot1/fat-arm.tmpl.xz)bin1708 -> 1708 bytes
-rw-r--r--stand/efi/boot1/fat-arm64.tmpl.xz (renamed from sys/boot/efi/boot1/fat-arm64.tmpl.xz)bin1720 -> 1720 bytes
-rw-r--r--stand/efi/boot1/fat-i386.tmpl.xz (renamed from sys/boot/efi/boot1/fat-i386.tmpl.xz)bin1720 -> 1720 bytes
-rwxr-xr-xstand/efi/boot1/generate-fat.sh (renamed from sys/boot/efi/boot1/generate-fat.sh)0
-rw-r--r--stand/efi/boot1/ufs_module.c (renamed from sys/boot/efi/boot1/ufs_module.c)0
-rw-r--r--stand/efi/boot1/zfs_module.c (renamed from sys/boot/efi/boot1/zfs_module.c)0
-rw-r--r--stand/efi/fdt/Makefile (renamed from sys/boot/efi/fdt/Makefile)0
-rw-r--r--stand/efi/fdt/Makefile.depend (renamed from sys/boot/efi/fdt/Makefile.depend)0
-rw-r--r--stand/efi/fdt/efi_fdt.c (renamed from sys/boot/efi/fdt/efi_fdt.c)0
-rw-r--r--stand/efi/include/README (renamed from sys/boot/efi/include/README)0
-rw-r--r--stand/efi/include/amd64/efibind.h (renamed from sys/boot/efi/include/amd64/efibind.h)0
-rw-r--r--stand/efi/include/amd64/pe.h (renamed from sys/boot/efi/include/amd64/pe.h)0
-rw-r--r--stand/efi/include/arm/efibind.h (renamed from sys/boot/efi/include/arm/efibind.h)0
-rw-r--r--stand/efi/include/arm64/efibind.h (renamed from sys/boot/efi/include/arm64/efibind.h)0
-rw-r--r--stand/efi/include/efi.h (renamed from sys/boot/efi/include/efi.h)0
-rw-r--r--stand/efi/include/efi_driver_utils.h (renamed from sys/boot/efi/include/efi_driver_utils.h)0
-rw-r--r--stand/efi/include/efi_drivers.h (renamed from sys/boot/efi/include/efi_drivers.h)0
-rw-r--r--stand/efi/include/efi_nii.h (renamed from sys/boot/efi/include/efi_nii.h)0
-rw-r--r--stand/efi/include/efiapi.h (renamed from sys/boot/efi/include/efiapi.h)0
-rw-r--r--stand/efi/include/efichar.h (renamed from sys/boot/efi/include/efichar.h)0
-rw-r--r--stand/efi/include/eficon.h (renamed from sys/boot/efi/include/eficon.h)0
-rw-r--r--stand/efi/include/eficonsctl.h (renamed from sys/boot/efi/include/eficonsctl.h)0
-rw-r--r--stand/efi/include/efidebug.h (renamed from sys/boot/efi/include/efidebug.h)0
-rw-r--r--stand/efi/include/efidef.h (renamed from sys/boot/efi/include/efidef.h)0
-rw-r--r--stand/efi/include/efidevp.h (renamed from sys/boot/efi/include/efidevp.h)0
-rw-r--r--stand/efi/include/efierr.h (renamed from sys/boot/efi/include/efierr.h)0
-rw-r--r--stand/efi/include/efifpswa.h (renamed from sys/boot/efi/include/efifpswa.h)0
-rw-r--r--stand/efi/include/efifs.h (renamed from sys/boot/efi/include/efifs.h)0
-rw-r--r--stand/efi/include/efigop.h (renamed from sys/boot/efi/include/efigop.h)0
-rw-r--r--stand/efi/include/efilib.h (renamed from sys/boot/efi/include/efilib.h)0
-rw-r--r--stand/efi/include/efinet.h (renamed from sys/boot/efi/include/efinet.h)0
-rw-r--r--stand/efi/include/efipart.h (renamed from sys/boot/efi/include/efipart.h)0
-rw-r--r--stand/efi/include/efipciio.h (renamed from sys/boot/efi/include/efipciio.h)0
-rw-r--r--stand/efi/include/efiprot.h (renamed from sys/boot/efi/include/efiprot.h)0
-rw-r--r--stand/efi/include/efipxebc.h (renamed from sys/boot/efi/include/efipxebc.h)0
-rw-r--r--stand/efi/include/efiser.h (renamed from sys/boot/efi/include/efiser.h)0
-rw-r--r--stand/efi/include/efistdarg.h (renamed from sys/boot/efi/include/efistdarg.h)0
-rw-r--r--stand/efi/include/efiuga.h (renamed from sys/boot/efi/include/efiuga.h)0
-rw-r--r--stand/efi/include/efizfs.h (renamed from sys/boot/efi/include/efizfs.h)0
-rw-r--r--stand/efi/include/i386/efibind.h (renamed from sys/boot/efi/include/i386/efibind.h)0
-rw-r--r--stand/efi/include/i386/pe.h (renamed from sys/boot/efi/include/i386/pe.h)0
-rw-r--r--stand/efi/libefi/Makefile (renamed from sys/boot/efi/libefi/Makefile)0
-rw-r--r--stand/efi/libefi/Makefile.depend (renamed from sys/boot/efi/libefi/Makefile.depend)0
-rw-r--r--stand/efi/libefi/delay.c (renamed from sys/boot/efi/libefi/delay.c)0
-rw-r--r--stand/efi/libefi/devicename.c (renamed from sys/boot/efi/libefi/devicename.c)0
-rw-r--r--stand/efi/libefi/devpath.c (renamed from sys/boot/efi/libefi/devpath.c)0
-rw-r--r--stand/efi/libefi/efi_console.c (renamed from sys/boot/efi/libefi/efi_console.c)0
-rw-r--r--stand/efi/libefi/efi_driver_utils.c (renamed from sys/boot/efi/libefi/efi_driver_utils.c)0
-rw-r--r--stand/efi/libefi/efichar.c (renamed from sys/boot/efi/libefi/efichar.c)0
-rw-r--r--stand/efi/libefi/efinet.c (renamed from sys/boot/efi/libefi/efinet.c)0
-rw-r--r--stand/efi/libefi/efipart.c (renamed from sys/boot/efi/libefi/efipart.c)0
-rw-r--r--stand/efi/libefi/efizfs.c (renamed from sys/boot/efi/libefi/efizfs.c)0
-rw-r--r--stand/efi/libefi/env.c (renamed from sys/boot/efi/libefi/env.c)0
-rw-r--r--stand/efi/libefi/errno.c (renamed from sys/boot/efi/libefi/errno.c)0
-rw-r--r--stand/efi/libefi/handles.c (renamed from sys/boot/efi/libefi/handles.c)0
-rw-r--r--stand/efi/libefi/libefi.c (renamed from sys/boot/efi/libefi/libefi.c)0
-rw-r--r--stand/efi/libefi/time.c (renamed from sys/boot/efi/libefi/time.c)0
-rw-r--r--stand/efi/libefi/time_event.c (renamed from sys/boot/efi/libefi/time_event.c)0
-rw-r--r--stand/efi/libefi/wchar.c (renamed from sys/boot/efi/libefi/wchar.c)0
-rw-r--r--stand/efi/loader/Makefile (renamed from sys/boot/efi/loader/Makefile)0
-rw-r--r--stand/efi/loader/Makefile.depend17
-rw-r--r--stand/efi/loader/arch/amd64/Makefile.inc (renamed from sys/boot/efi/loader/arch/amd64/Makefile.inc)0
-rw-r--r--stand/efi/loader/arch/amd64/amd64_tramp.S (renamed from sys/boot/efi/loader/arch/amd64/amd64_tramp.S)0
-rw-r--r--stand/efi/loader/arch/amd64/elf64_freebsd.c (renamed from sys/boot/efi/loader/arch/amd64/elf64_freebsd.c)0
-rw-r--r--stand/efi/loader/arch/amd64/exc.S (renamed from sys/boot/efi/loader/arch/amd64/exc.S)0
-rw-r--r--stand/efi/loader/arch/amd64/ldscript.amd64 (renamed from sys/boot/efi/loader/arch/amd64/ldscript.amd64)0
-rw-r--r--stand/efi/loader/arch/amd64/start.S (renamed from sys/boot/efi/loader/arch/amd64/start.S)0
-rw-r--r--stand/efi/loader/arch/amd64/trap.c (renamed from sys/boot/efi/loader/arch/amd64/trap.c)0
-rw-r--r--stand/efi/loader/arch/arm/Makefile.inc (renamed from sys/boot/efi/loader/arch/arm/Makefile.inc)0
-rw-r--r--stand/efi/loader/arch/arm/exec.c (renamed from sys/boot/efi/loader/arch/arm/exec.c)0
-rw-r--r--stand/efi/loader/arch/arm/ldscript.arm (renamed from sys/boot/efi/loader/arch/arm/ldscript.arm)0
-rw-r--r--stand/efi/loader/arch/arm/start.S (renamed from sys/boot/efi/loader/arch/arm/start.S)0
-rw-r--r--stand/efi/loader/arch/arm64/Makefile.inc (renamed from sys/boot/efi/loader/arch/arm64/Makefile.inc)0
-rw-r--r--stand/efi/loader/arch/arm64/exec.c (renamed from sys/boot/efi/loader/arch/arm64/exec.c)0
-rw-r--r--stand/efi/loader/arch/arm64/ldscript.arm64 (renamed from sys/boot/efi/loader/arch/arm64/ldscript.arm64)0
-rw-r--r--stand/efi/loader/arch/arm64/start.S (renamed from sys/boot/efi/loader/arch/arm64/start.S)0
-rw-r--r--stand/efi/loader/arch/i386/Makefile.inc (renamed from sys/boot/efi/loader/arch/i386/Makefile.inc)0
-rw-r--r--stand/efi/loader/arch/i386/bootinfo.c (renamed from sys/boot/efi/loader/arch/i386/bootinfo.c)0
-rw-r--r--stand/efi/loader/arch/i386/efimd.c (renamed from sys/boot/efi/loader/arch/i386/efimd.c)0
-rw-r--r--stand/efi/loader/arch/i386/elf32_freebsd.c (renamed from sys/boot/efi/loader/arch/i386/elf32_freebsd.c)0
-rw-r--r--stand/efi/loader/arch/i386/exec.c (renamed from sys/boot/efi/loader/arch/i386/exec.c)0
-rw-r--r--stand/efi/loader/arch/i386/i386_copy.c (renamed from sys/boot/efi/loader/arch/i386/i386_copy.c)0
-rw-r--r--stand/efi/loader/arch/i386/ldscript.i386 (renamed from sys/boot/efi/loader/arch/i386/ldscript.i386)0
-rw-r--r--stand/efi/loader/arch/i386/start.S (renamed from sys/boot/efi/loader/arch/i386/start.S)0
-rw-r--r--stand/efi/loader/autoload.c (renamed from sys/boot/efi/loader/autoload.c)0
-rw-r--r--stand/efi/loader/bootinfo.c (renamed from sys/boot/efi/loader/bootinfo.c)0
-rw-r--r--stand/efi/loader/conf.c (renamed from sys/boot/efi/loader/conf.c)0
-rw-r--r--stand/efi/loader/copy.c (renamed from sys/boot/efi/loader/copy.c)0
-rw-r--r--stand/efi/loader/efi_main.c (renamed from sys/boot/efi/loader/efi_main.c)0
-rw-r--r--stand/efi/loader/framebuffer.c (renamed from sys/boot/efi/loader/framebuffer.c)0
-rw-r--r--stand/efi/loader/framebuffer.h (renamed from sys/boot/efi/loader/framebuffer.h)0
-rw-r--r--stand/efi/loader/loader_efi.h (renamed from sys/boot/efi/loader/loader_efi.h)0
-rw-r--r--stand/efi/loader/main.c (renamed from sys/boot/efi/loader/main.c)0
-rw-r--r--stand/efi/loader/version (renamed from sys/boot/efi/loader/version)0
-rw-r--r--stand/fdt.mk (renamed from sys/boot/fdt.mk)0
-rw-r--r--stand/fdt/Makefile (renamed from sys/boot/fdt/Makefile)0
-rw-r--r--stand/fdt/Makefile.depend (renamed from sys/boot/fdt/Makefile.depend)0
-rw-r--r--stand/fdt/fdt_loader_cmd.c (renamed from sys/boot/fdt/fdt_loader_cmd.c)0
-rw-r--r--stand/fdt/fdt_overlay.c (renamed from sys/boot/fdt/fdt_overlay.c)0
-rw-r--r--stand/fdt/fdt_overlay.h (renamed from sys/boot/fdt/fdt_overlay.h)0
-rw-r--r--stand/fdt/fdt_platform.h (renamed from sys/boot/fdt/fdt_platform.h)0
-rw-r--r--stand/fdt/help.fdt (renamed from sys/boot/fdt/help.fdt)0
-rw-r--r--stand/ficl.mk (renamed from sys/boot/ficl.mk)0
-rw-r--r--stand/ficl/Makefile (renamed from sys/boot/ficl/Makefile)0
-rw-r--r--stand/ficl/Makefile.depend (renamed from sys/boot/ficl/Makefile.depend)0
-rw-r--r--stand/ficl/aarch64/sysdep.c (renamed from sys/boot/ficl/aarch64/sysdep.c)0
-rw-r--r--stand/ficl/aarch64/sysdep.h (renamed from sys/boot/ficl/aarch64/sysdep.h)0
-rw-r--r--stand/ficl/amd64/sysdep.c (renamed from sys/boot/ficl/amd64/sysdep.c)0
-rw-r--r--stand/ficl/amd64/sysdep.h (renamed from sys/boot/ficl/amd64/sysdep.h)0
-rw-r--r--stand/ficl/arm/sysdep.c (renamed from sys/boot/ficl/arm/sysdep.c)0
-rw-r--r--stand/ficl/arm/sysdep.h (renamed from sys/boot/ficl/arm/sysdep.h)0
-rw-r--r--stand/ficl/dict.c (renamed from sys/boot/ficl/dict.c)0
-rw-r--r--stand/ficl/ficl.c (renamed from sys/boot/ficl/ficl.c)0
-rw-r--r--stand/ficl/ficl.h (renamed from sys/boot/ficl/ficl.h)0
-rw-r--r--stand/ficl/fileaccess.c (renamed from sys/boot/ficl/fileaccess.c)0
-rw-r--r--stand/ficl/float.c (renamed from sys/boot/ficl/float.c)0
-rw-r--r--stand/ficl/i386/sysdep.c (renamed from sys/boot/ficl/i386/sysdep.c)0
-rw-r--r--stand/ficl/i386/sysdep.h (renamed from sys/boot/ficl/i386/sysdep.h)0
-rw-r--r--stand/ficl/loader.c (renamed from sys/boot/ficl/loader.c)0
-rw-r--r--stand/ficl/math64.c (renamed from sys/boot/ficl/math64.c)0
-rw-r--r--stand/ficl/math64.h (renamed from sys/boot/ficl/math64.h)0
-rw-r--r--stand/ficl/mips/sysdep.c (renamed from sys/boot/ficl/mips/sysdep.c)0
-rw-r--r--stand/ficl/mips/sysdep.h (renamed from sys/boot/ficl/mips/sysdep.h)0
-rw-r--r--stand/ficl/mips64/sysdep.c (renamed from sys/boot/ficl/mips64/sysdep.c)0
-rw-r--r--stand/ficl/mips64/sysdep.h (renamed from sys/boot/ficl/mips64/sysdep.h)0
-rw-r--r--stand/ficl/powerpc/sysdep.c (renamed from sys/boot/ficl/powerpc/sysdep.c)0
-rw-r--r--stand/ficl/powerpc/sysdep.h (renamed from sys/boot/ficl/powerpc/sysdep.h)0
-rw-r--r--stand/ficl/prefix.c (renamed from sys/boot/ficl/prefix.c)0
-rw-r--r--stand/ficl/riscv/sysdep.c (renamed from sys/boot/ficl/riscv/sysdep.c)0
-rw-r--r--stand/ficl/riscv/sysdep.h (renamed from sys/boot/ficl/riscv/sysdep.h)0
-rw-r--r--stand/ficl/search.c (renamed from sys/boot/ficl/search.c)0
-rw-r--r--stand/ficl/softwords/classes.fr (renamed from sys/boot/ficl/softwords/classes.fr)0
-rw-r--r--stand/ficl/softwords/ficlclass.fr (renamed from sys/boot/ficl/softwords/ficlclass.fr)0
-rw-r--r--stand/ficl/softwords/ficllocal.fr (renamed from sys/boot/ficl/softwords/ficllocal.fr)0
-rw-r--r--stand/ficl/softwords/fileaccess.fr (renamed from sys/boot/ficl/softwords/fileaccess.fr)0
-rw-r--r--stand/ficl/softwords/forml.fr (renamed from sys/boot/ficl/softwords/forml.fr)0
-rw-r--r--stand/ficl/softwords/freebsd.fr (renamed from sys/boot/ficl/softwords/freebsd.fr)0
-rw-r--r--stand/ficl/softwords/ifbrack.fr (renamed from sys/boot/ficl/softwords/ifbrack.fr)0
-rw-r--r--stand/ficl/softwords/jhlocal.fr (renamed from sys/boot/ficl/softwords/jhlocal.fr)0
-rw-r--r--stand/ficl/softwords/marker.fr (renamed from sys/boot/ficl/softwords/marker.fr)0
-rw-r--r--stand/ficl/softwords/oo.fr (renamed from sys/boot/ficl/softwords/oo.fr)0
-rw-r--r--stand/ficl/softwords/prefix.fr (renamed from sys/boot/ficl/softwords/prefix.fr)0
-rw-r--r--stand/ficl/softwords/softcore.awk (renamed from sys/boot/ficl/softwords/softcore.awk)0
-rw-r--r--stand/ficl/softwords/softcore.fr (renamed from sys/boot/ficl/softwords/softcore.fr)0
-rw-r--r--stand/ficl/softwords/string.fr (renamed from sys/boot/ficl/softwords/string.fr)0
-rw-r--r--stand/ficl/sparc64/sysdep.c (renamed from sys/boot/ficl/sparc64/sysdep.c)0
-rw-r--r--stand/ficl/sparc64/sysdep.h (renamed from sys/boot/ficl/sparc64/sysdep.h)0
-rw-r--r--stand/ficl/stack.c (renamed from sys/boot/ficl/stack.c)0
-rw-r--r--stand/ficl/testmain.c (renamed from sys/boot/ficl/testmain.c)0
-rw-r--r--stand/ficl/tools.c (renamed from sys/boot/ficl/tools.c)0
-rw-r--r--stand/ficl/unix.c (renamed from sys/boot/ficl/unix.c)0
-rw-r--r--stand/ficl/vm.c (renamed from sys/boot/ficl/vm.c)0
-rw-r--r--stand/ficl/words.c (renamed from sys/boot/ficl/words.c)0
-rw-r--r--stand/ficl32/Makefile (renamed from sys/boot/ficl32/Makefile)0
-rw-r--r--stand/ficl32/Makefile.depend (renamed from sys/boot/ficl32/Makefile.depend)0
-rw-r--r--stand/forth/Makefile (renamed from sys/boot/forth/Makefile)0
-rw-r--r--stand/forth/Makefile.depend (renamed from sys/boot/forth/Makefile.depend)0
-rw-r--r--stand/forth/beastie.4th (renamed from sys/boot/forth/beastie.4th)0
-rw-r--r--stand/forth/beastie.4th.8 (renamed from sys/boot/forth/beastie.4th.8)0
-rw-r--r--stand/forth/brand-fbsd.4th (renamed from sys/boot/forth/brand-fbsd.4th)0
-rw-r--r--stand/forth/brand.4th (renamed from sys/boot/forth/brand.4th)0
-rw-r--r--stand/forth/brand.4th.8 (renamed from sys/boot/forth/brand.4th.8)0
-rw-r--r--stand/forth/check-password.4th (renamed from sys/boot/forth/check-password.4th)0
-rw-r--r--stand/forth/check-password.4th.8 (renamed from sys/boot/forth/check-password.4th.8)0
-rw-r--r--stand/forth/color.4th (renamed from sys/boot/forth/color.4th)0
-rw-r--r--stand/forth/color.4th.8 (renamed from sys/boot/forth/color.4th.8)0
-rw-r--r--stand/forth/delay.4th (renamed from sys/boot/forth/delay.4th)0
-rw-r--r--stand/forth/delay.4th.8 (renamed from sys/boot/forth/delay.4th.8)0
-rw-r--r--stand/forth/efi.4th (renamed from sys/boot/forth/efi.4th)0
-rw-r--r--stand/forth/frames.4th (renamed from sys/boot/forth/frames.4th)0
-rw-r--r--stand/forth/loader.4th (renamed from sys/boot/forth/loader.4th)0
-rw-r--r--stand/forth/loader.4th.8 (renamed from sys/boot/forth/loader.4th.8)0
-rw-r--r--stand/forth/loader.conf (renamed from sys/boot/forth/loader.conf)0
-rw-r--r--stand/forth/loader.conf.5 (renamed from sys/boot/forth/loader.conf.5)0
-rw-r--r--stand/forth/loader.rc (renamed from sys/boot/forth/loader.rc)0
-rw-r--r--stand/forth/logo-beastie.4th (renamed from sys/boot/forth/logo-beastie.4th)0
-rw-r--r--stand/forth/logo-beastiebw.4th (renamed from sys/boot/forth/logo-beastiebw.4th)0
-rw-r--r--stand/forth/logo-fbsdbw.4th (renamed from sys/boot/forth/logo-fbsdbw.4th)0
-rw-r--r--stand/forth/logo-orb.4th (renamed from sys/boot/forth/logo-orb.4th)0
-rw-r--r--stand/forth/logo-orbbw.4th (renamed from sys/boot/forth/logo-orbbw.4th)0
-rw-r--r--stand/forth/menu-commands.4th (renamed from sys/boot/forth/menu-commands.4th)0
-rw-r--r--stand/forth/menu.4th (renamed from sys/boot/forth/menu.4th)0
-rw-r--r--stand/forth/menu.4th.8 (renamed from sys/boot/forth/menu.4th.8)0
-rw-r--r--stand/forth/menu.rc (renamed from sys/boot/forth/menu.rc)0
-rw-r--r--stand/forth/menusets.4th (renamed from sys/boot/forth/menusets.4th)0
-rw-r--r--stand/forth/menusets.4th.8 (renamed from sys/boot/forth/menusets.4th.8)0
-rw-r--r--stand/forth/pcibios.4th (renamed from sys/boot/forth/pcibios.4th)0
-rw-r--r--stand/forth/pnp.4th (renamed from sys/boot/forth/pnp.4th)2
-rw-r--r--stand/forth/screen.4th (renamed from sys/boot/forth/screen.4th)0
-rw-r--r--stand/forth/shortcuts.4th (renamed from sys/boot/forth/shortcuts.4th)0
-rw-r--r--stand/forth/support.4th (renamed from sys/boot/forth/support.4th)2
-rw-r--r--stand/forth/version.4th (renamed from sys/boot/forth/version.4th)0
-rw-r--r--stand/forth/version.4th.8 (renamed from sys/boot/forth/version.4th.8)0
-rw-r--r--stand/geli/Makefile (renamed from sys/boot/geli/Makefile)0
-rw-r--r--stand/geli/Makefile.depend (renamed from sys/boot/geli/Makefile.depend)0
-rw-r--r--stand/geli/geliboot.c (renamed from sys/boot/geli/geliboot.c)0
-rw-r--r--stand/geli/geliboot.h (renamed from sys/boot/geli/geliboot.h)0
-rw-r--r--stand/geli/geliboot_crypto.c (renamed from sys/boot/geli/geliboot_crypto.c)0
-rw-r--r--stand/geli/geliboot_internal.h (renamed from sys/boot/geli/geliboot_internal.h)0
-rw-r--r--stand/geli/pwgets.c (renamed from sys/boot/geli/pwgets.c)0
-rw-r--r--stand/i386/Makefile (renamed from sys/boot/i386/Makefile)0
-rw-r--r--stand/i386/Makefile.inc (renamed from sys/boot/i386/Makefile.inc)2
-rw-r--r--stand/i386/boot.ldscript (renamed from sys/boot/i386/boot.ldscript)0
-rw-r--r--stand/i386/boot0/Makefile (renamed from sys/boot/i386/boot0/Makefile)0
-rw-r--r--stand/i386/boot0/Makefile.depend (renamed from sys/boot/i386/boot0/Makefile.depend)0
-rw-r--r--stand/i386/boot0/boot0.S (renamed from sys/boot/i386/boot0/boot0.S)0
-rw-r--r--stand/i386/boot0sio/Makefile (renamed from sys/boot/i386/boot0sio/Makefile)0
-rw-r--r--stand/i386/boot0sio/Makefile.depend (renamed from sys/boot/i386/boot0sio/Makefile.depend)0
-rw-r--r--stand/i386/boot2/Makefile (renamed from sys/boot/i386/boot2/Makefile)0
-rw-r--r--stand/i386/boot2/Makefile.depend14
-rw-r--r--stand/i386/boot2/boot1.S (renamed from sys/boot/i386/boot2/boot1.S)0
-rw-r--r--stand/i386/boot2/boot2.c (renamed from sys/boot/i386/boot2/boot2.c)0
-rw-r--r--stand/i386/boot2/lib.h (renamed from sys/boot/i386/boot2/lib.h)0
-rw-r--r--stand/i386/boot2/sio.S (renamed from sys/boot/i386/boot2/sio.S)0
-rw-r--r--stand/i386/btx/Makefile (renamed from sys/boot/i386/btx/Makefile)0
-rw-r--r--stand/i386/btx/Makefile.inc (renamed from sys/boot/i386/btx/Makefile.inc)0
-rw-r--r--stand/i386/btx/btx/Makefile (renamed from sys/boot/i386/btx/btx/Makefile)0
-rw-r--r--stand/i386/btx/btx/Makefile.depend (renamed from sys/boot/i386/btx/btx/Makefile.depend)0
-rw-r--r--stand/i386/btx/btx/btx.S (renamed from sys/boot/i386/btx/btx/btx.S)0
-rw-r--r--stand/i386/btx/btxldr/Makefile (renamed from sys/boot/i386/btx/btxldr/Makefile)0
-rw-r--r--stand/i386/btx/btxldr/Makefile.depend (renamed from sys/boot/i386/btx/btxldr/Makefile.depend)0
-rw-r--r--stand/i386/btx/btxldr/btxldr.S (renamed from sys/boot/i386/btx/btxldr/btxldr.S)0
-rw-r--r--stand/i386/btx/lib/Makefile (renamed from sys/boot/i386/btx/lib/Makefile)0
-rw-r--r--stand/i386/btx/lib/Makefile.depend (renamed from sys/boot/i386/btx/lib/Makefile.depend)0
-rw-r--r--stand/i386/btx/lib/btxcsu.S (renamed from sys/boot/i386/btx/lib/btxcsu.S)0
-rw-r--r--stand/i386/btx/lib/btxsys.s (renamed from sys/boot/i386/btx/lib/btxsys.s)0
-rw-r--r--stand/i386/btx/lib/btxv86.h (renamed from sys/boot/i386/btx/lib/btxv86.h)0
-rw-r--r--stand/i386/btx/lib/btxv86.s (renamed from sys/boot/i386/btx/lib/btxv86.s)0
-rw-r--r--stand/i386/cdboot/Makefile (renamed from sys/boot/i386/cdboot/Makefile)0
-rw-r--r--stand/i386/cdboot/Makefile.depend (renamed from sys/boot/i386/cdboot/Makefile.depend)0
-rw-r--r--stand/i386/cdboot/cdboot.S (renamed from sys/boot/i386/cdboot/cdboot.S)0
-rw-r--r--stand/i386/common/bootargs.h (renamed from sys/boot/i386/common/bootargs.h)0
-rw-r--r--stand/i386/common/cons.c (renamed from sys/boot/i386/common/cons.c)0
-rw-r--r--stand/i386/common/cons.h (renamed from sys/boot/i386/common/cons.h)0
-rw-r--r--stand/i386/common/drv.c (renamed from sys/boot/i386/common/drv.c)0
-rw-r--r--stand/i386/common/drv.h (renamed from sys/boot/i386/common/drv.h)0
-rw-r--r--stand/i386/common/edd.h (renamed from sys/boot/i386/common/edd.h)0
-rw-r--r--stand/i386/gptboot/Makefile (renamed from sys/boot/i386/gptboot/Makefile)0
-rw-r--r--stand/i386/gptboot/Makefile.depend (renamed from sys/boot/i386/gptboot/Makefile.depend)8
-rw-r--r--stand/i386/gptboot/gptboot.8 (renamed from sys/boot/i386/gptboot/gptboot.8)0
-rw-r--r--stand/i386/gptboot/gptboot.c (renamed from sys/boot/i386/gptboot/gptboot.c)0
-rw-r--r--stand/i386/gptboot/gptldr.S (renamed from sys/boot/i386/gptboot/gptldr.S)0
-rw-r--r--stand/i386/gptzfsboot/Makefile (renamed from sys/boot/i386/gptzfsboot/Makefile)0
-rw-r--r--stand/i386/gptzfsboot/Makefile.depend19
-rw-r--r--stand/i386/gptzfsboot/gptzfsboot.8 (renamed from sys/boot/i386/gptzfsboot/gptzfsboot.8)0
-rw-r--r--stand/i386/kgzldr/Makefile (renamed from sys/boot/i386/kgzldr/Makefile)0
-rw-r--r--stand/i386/kgzldr/Makefile.depend (renamed from sys/boot/i386/kgzldr/Makefile.depend)0
-rw-r--r--stand/i386/kgzldr/boot.c (renamed from sys/boot/i386/kgzldr/boot.c)0
-rw-r--r--stand/i386/kgzldr/crt.s (renamed from sys/boot/i386/kgzldr/crt.s)0
-rw-r--r--stand/i386/kgzldr/kgzldr.h (renamed from sys/boot/i386/kgzldr/kgzldr.h)0
-rw-r--r--stand/i386/kgzldr/lib.c (renamed from sys/boot/i386/kgzldr/lib.c)0
-rw-r--r--stand/i386/kgzldr/sio.s (renamed from sys/boot/i386/kgzldr/sio.s)0
-rw-r--r--stand/i386/kgzldr/start.s (renamed from sys/boot/i386/kgzldr/start.s)0
-rw-r--r--stand/i386/libfirewire/Makefile (renamed from sys/boot/i386/libfirewire/Makefile)0
-rw-r--r--stand/i386/libfirewire/Makefile.depend (renamed from sys/boot/i386/libfirewire/Makefile.depend)0
-rw-r--r--stand/i386/libfirewire/dconsole.c (renamed from sys/boot/i386/libfirewire/dconsole.c)0
-rw-r--r--stand/i386/libfirewire/firewire.c (renamed from sys/boot/i386/libfirewire/firewire.c)0
-rw-r--r--stand/i386/libfirewire/fwohci.c (renamed from sys/boot/i386/libfirewire/fwohci.c)0
-rw-r--r--stand/i386/libfirewire/fwohci.h (renamed from sys/boot/i386/libfirewire/fwohci.h)0
-rw-r--r--stand/i386/libfirewire/fwohcireg.h (renamed from sys/boot/i386/libfirewire/fwohcireg.h)0
-rw-r--r--stand/i386/libi386/Makefile (renamed from sys/boot/i386/libi386/Makefile)0
-rw-r--r--stand/i386/libi386/Makefile.depend (renamed from sys/boot/i386/libi386/Makefile.depend)0
-rw-r--r--stand/i386/libi386/amd64_tramp.S (renamed from sys/boot/i386/libi386/amd64_tramp.S)0
-rw-r--r--stand/i386/libi386/biosacpi.c (renamed from sys/boot/i386/libi386/biosacpi.c)0
-rw-r--r--stand/i386/libi386/bioscd.c (renamed from sys/boot/i386/libi386/bioscd.c)0
-rw-r--r--stand/i386/libi386/biosdisk.c (renamed from sys/boot/i386/libi386/biosdisk.c)0
-rw-r--r--stand/i386/libi386/biosmem.c (renamed from sys/boot/i386/libi386/biosmem.c)0
-rw-r--r--stand/i386/libi386/biospci.c (renamed from sys/boot/i386/libi386/biospci.c)0
-rw-r--r--stand/i386/libi386/biospnp.c (renamed from sys/boot/i386/libi386/biospnp.c)0
-rw-r--r--stand/i386/libi386/biossmap.c (renamed from sys/boot/i386/libi386/biossmap.c)0
-rw-r--r--stand/i386/libi386/bootinfo.c (renamed from sys/boot/i386/libi386/bootinfo.c)0
-rw-r--r--stand/i386/libi386/bootinfo32.c (renamed from sys/boot/i386/libi386/bootinfo32.c)0
-rw-r--r--stand/i386/libi386/bootinfo64.c (renamed from sys/boot/i386/libi386/bootinfo64.c)0
-rw-r--r--stand/i386/libi386/comconsole.c (renamed from sys/boot/i386/libi386/comconsole.c)0
-rw-r--r--stand/i386/libi386/devicename.c (renamed from sys/boot/i386/libi386/devicename.c)0
-rw-r--r--stand/i386/libi386/elf32_freebsd.c (renamed from sys/boot/i386/libi386/elf32_freebsd.c)0
-rw-r--r--stand/i386/libi386/elf64_freebsd.c (renamed from sys/boot/i386/libi386/elf64_freebsd.c)0
-rw-r--r--stand/i386/libi386/i386_copy.c (renamed from sys/boot/i386/libi386/i386_copy.c)0
-rw-r--r--stand/i386/libi386/i386_module.c (renamed from sys/boot/i386/libi386/i386_module.c)0
-rw-r--r--stand/i386/libi386/libi386.h (renamed from sys/boot/i386/libi386/libi386.h)0
-rw-r--r--stand/i386/libi386/multiboot.c (renamed from sys/boot/i386/libi386/multiboot.c)0
-rw-r--r--stand/i386/libi386/multiboot.h (renamed from sys/boot/i386/libi386/multiboot.h)0
-rw-r--r--stand/i386/libi386/multiboot_tramp.S (renamed from sys/boot/i386/libi386/multiboot_tramp.S)0
-rw-r--r--stand/i386/libi386/nullconsole.c (renamed from sys/boot/i386/libi386/nullconsole.c)0
-rw-r--r--stand/i386/libi386/pread.c (renamed from sys/boot/i386/libi386/pread.c)0
-rw-r--r--stand/i386/libi386/pxe.c (renamed from sys/boot/i386/libi386/pxe.c)0
-rw-r--r--stand/i386/libi386/pxe.h (renamed from sys/boot/i386/libi386/pxe.h)0
-rw-r--r--stand/i386/libi386/pxetramp.s (renamed from sys/boot/i386/libi386/pxetramp.s)0
-rw-r--r--stand/i386/libi386/relocater_tramp.S (renamed from sys/boot/i386/libi386/relocater_tramp.S)0
-rw-r--r--stand/i386/libi386/smbios.c (renamed from sys/boot/i386/libi386/smbios.c)0
-rw-r--r--stand/i386/libi386/smbios.h (renamed from sys/boot/i386/libi386/smbios.h)0
-rw-r--r--stand/i386/libi386/spinconsole.c (renamed from sys/boot/i386/libi386/spinconsole.c)0
-rw-r--r--stand/i386/libi386/time.c (renamed from sys/boot/i386/libi386/time.c)0
-rw-r--r--stand/i386/libi386/vidconsole.c (renamed from sys/boot/i386/libi386/vidconsole.c)0
-rw-r--r--stand/i386/loader/Makefile (renamed from sys/boot/i386/loader/Makefile)0
-rw-r--r--stand/i386/loader/Makefile.depend (renamed from sys/boot/efi/loader/Makefile.depend)11
-rw-r--r--stand/i386/loader/chain.c (renamed from sys/boot/i386/loader/chain.c)0
-rw-r--r--stand/i386/loader/conf.c (renamed from sys/boot/i386/loader/conf.c)0
-rw-r--r--stand/i386/loader/help.i386 (renamed from sys/boot/i386/loader/help.i386)0
-rw-r--r--stand/i386/loader/loader.rc (renamed from sys/boot/i386/loader/loader.rc)0
-rw-r--r--stand/i386/loader/main.c (renamed from sys/boot/i386/loader/main.c)0
-rw-r--r--stand/i386/loader/version (renamed from sys/boot/i386/loader/version)0
-rw-r--r--stand/i386/mbr/Makefile (renamed from sys/boot/i386/mbr/Makefile)0
-rw-r--r--stand/i386/mbr/Makefile.depend (renamed from sys/boot/i386/mbr/Makefile.depend)0
-rw-r--r--stand/i386/mbr/mbr.s (renamed from sys/boot/i386/mbr/mbr.s)0
-rw-r--r--stand/i386/pmbr/Makefile (renamed from sys/boot/i386/pmbr/Makefile)0
-rw-r--r--stand/i386/pmbr/Makefile.depend (renamed from sys/boot/i386/pmbr/Makefile.depend)0
-rw-r--r--stand/i386/pmbr/pmbr.s (renamed from sys/boot/i386/pmbr/pmbr.s)0
-rw-r--r--stand/i386/pxeldr/Makefile (renamed from sys/boot/i386/pxeldr/Makefile)0
-rw-r--r--stand/i386/pxeldr/Makefile.depend15
-rw-r--r--stand/i386/pxeldr/pxeboot.8 (renamed from sys/boot/i386/pxeldr/pxeboot.8)0
-rw-r--r--stand/i386/pxeldr/pxeldr.S (renamed from sys/boot/i386/pxeldr/pxeldr.S)0
-rw-r--r--stand/i386/zfsboot/Makefile (renamed from sys/boot/i386/zfsboot/Makefile)0
-rw-r--r--stand/i386/zfsboot/Makefile.depend18
-rw-r--r--stand/i386/zfsboot/zfsboot.8 (renamed from sys/boot/i386/zfsboot/zfsboot.8)0
-rw-r--r--stand/i386/zfsboot/zfsboot.c (renamed from sys/boot/i386/zfsboot/zfsboot.c)0
-rw-r--r--stand/i386/zfsboot/zfsldr.S (renamed from sys/boot/i386/zfsboot/zfsldr.S)0
-rw-r--r--stand/i386/zfsloader/Makefile (renamed from sys/boot/i386/zfsloader/Makefile)0
-rw-r--r--stand/i386/zfsloader/Makefile.depend21
-rw-r--r--stand/kshim/bsd_busspace.c (renamed from sys/boot/kshim/bsd_busspace.c)0
-rw-r--r--stand/kshim/bsd_global.h (renamed from sys/boot/kshim/bsd_global.h)0
-rw-r--r--stand/kshim/bsd_kernel.c (renamed from sys/boot/kshim/bsd_kernel.c)0
-rw-r--r--stand/kshim/bsd_kernel.h (renamed from sys/boot/kshim/bsd_kernel.h)0
-rw-r--r--stand/kshim/kshim.mk (renamed from sys/boot/kshim/kshim.mk)0
-rw-r--r--stand/kshim/sysinit.h (renamed from sys/boot/kshim/sysinit.h)0
-rw-r--r--stand/libsa/Makefile (renamed from sys/boot/libsa/Makefile)0
-rw-r--r--stand/libsa/Makefile.depend (renamed from sys/boot/libsa/Makefile.depend)0
-rw-r--r--stand/libsa/__main.c (renamed from sys/boot/libsa/__main.c)0
-rw-r--r--stand/libsa/amd64/_setjmp.S (renamed from sys/boot/libsa/amd64/_setjmp.S)0
-rw-r--r--stand/libsa/arp.c (renamed from sys/boot/libsa/arp.c)0
-rw-r--r--stand/libsa/assert.c (renamed from sys/boot/libsa/assert.c)0
-rw-r--r--stand/libsa/bcd.c (renamed from sys/boot/libsa/bcd.c)0
-rw-r--r--stand/libsa/bootp.c (renamed from sys/boot/libsa/bootp.c)0
-rw-r--r--stand/libsa/bootp.h (renamed from sys/boot/libsa/bootp.h)0
-rw-r--r--stand/libsa/bootparam.c (renamed from sys/boot/libsa/bootparam.c)0
-rw-r--r--stand/libsa/bootparam.h (renamed from sys/boot/libsa/bootparam.h)0
-rw-r--r--stand/libsa/bzipfs.c (renamed from sys/boot/libsa/bzipfs.c)0
-rw-r--r--stand/libsa/cd9660.c (renamed from sys/boot/libsa/cd9660.c)0
-rw-r--r--stand/libsa/close.c (renamed from sys/boot/libsa/close.c)0
-rw-r--r--stand/libsa/closeall.c (renamed from sys/boot/libsa/closeall.c)0
-rw-r--r--stand/libsa/crc32.c (renamed from sys/boot/libsa/crc32.c)0
-rw-r--r--stand/libsa/crc32.h (renamed from sys/boot/libsa/crc32.h)0
-rw-r--r--stand/libsa/dev.c (renamed from sys/boot/libsa/dev.c)0
-rw-r--r--stand/libsa/dosfs.c (renamed from sys/boot/libsa/dosfs.c)0
-rw-r--r--stand/libsa/dosfs.h (renamed from sys/boot/libsa/dosfs.h)0
-rw-r--r--stand/libsa/environment.c (renamed from sys/boot/libsa/environment.c)0
-rw-r--r--stand/libsa/ether.c (renamed from sys/boot/libsa/ether.c)0
-rw-r--r--stand/libsa/ext2fs.c (renamed from sys/boot/libsa/ext2fs.c)0
-rw-r--r--stand/libsa/fstat.c (renamed from sys/boot/libsa/fstat.c)0
-rw-r--r--stand/libsa/getopt.c (renamed from sys/boot/libsa/getopt.c)0
-rw-r--r--stand/libsa/gets.c (renamed from sys/boot/libsa/gets.c)0
-rw-r--r--stand/libsa/globals.c (renamed from sys/boot/libsa/globals.c)0
-rw-r--r--stand/libsa/gpt.c (renamed from sys/boot/libsa/gpt.c)0
-rw-r--r--stand/libsa/gpt.h (renamed from sys/boot/libsa/gpt.h)0
-rw-r--r--stand/libsa/gzipfs.c (renamed from sys/boot/libsa/gzipfs.c)0
-rw-r--r--stand/libsa/i386/_setjmp.S (renamed from sys/boot/libsa/i386/_setjmp.S)0
-rw-r--r--stand/libsa/in_cksum.c (renamed from sys/boot/libsa/in_cksum.c)0
-rw-r--r--stand/libsa/inet_ntoa.c (renamed from sys/boot/libsa/inet_ntoa.c)0
-rw-r--r--stand/libsa/ioctl.c (renamed from sys/boot/libsa/ioctl.c)0
-rw-r--r--stand/libsa/iodesc.h (renamed from sys/boot/libsa/iodesc.h)0
-rw-r--r--stand/libsa/ip.c (renamed from sys/boot/libsa/ip.c)0
-rw-r--r--stand/libsa/libstand.3 (renamed from sys/boot/libsa/libstand.3)0
-rw-r--r--stand/libsa/lseek.c (renamed from sys/boot/libsa/lseek.c)0
-rw-r--r--stand/libsa/mips/_setjmp.S (renamed from sys/boot/libsa/mips/_setjmp.S)0
-rw-r--r--stand/libsa/nandfs.c (renamed from sys/boot/libsa/nandfs.c)0
-rw-r--r--stand/libsa/net.c (renamed from sys/boot/libsa/net.c)0
-rw-r--r--stand/libsa/net.h (renamed from sys/boot/libsa/net.h)0
-rw-r--r--stand/libsa/netif.c (renamed from sys/boot/libsa/netif.c)0
-rw-r--r--stand/libsa/netif.h (renamed from sys/boot/libsa/netif.h)0
-rw-r--r--stand/libsa/nfs.c (renamed from sys/boot/libsa/nfs.c)0
-rw-r--r--stand/libsa/nfsv2.h (renamed from sys/boot/libsa/nfsv2.h)0
-rw-r--r--stand/libsa/nullfs.c (renamed from sys/boot/libsa/nullfs.c)0
-rw-r--r--stand/libsa/open.c (renamed from sys/boot/libsa/open.c)0
-rw-r--r--stand/libsa/pager.c (renamed from sys/boot/libsa/pager.c)0
-rw-r--r--stand/libsa/panic.c (renamed from sys/boot/libsa/panic.c)0
-rw-r--r--stand/libsa/pkgfs.c (renamed from sys/boot/libsa/pkgfs.c)0
-rw-r--r--stand/libsa/powerpc/_setjmp.S (renamed from sys/boot/libsa/powerpc/_setjmp.S)0
-rw-r--r--stand/libsa/powerpc/syncicache.c (renamed from sys/boot/libsa/powerpc/syncicache.c)0
-rw-r--r--stand/libsa/printf.c (renamed from sys/boot/libsa/printf.c)0
-rw-r--r--stand/libsa/qdivrem.c (renamed from sys/boot/libsa/qdivrem.c)0
-rw-r--r--stand/libsa/quad.h (renamed from sys/boot/libsa/quad.h)0
-rw-r--r--stand/libsa/random.c (renamed from sys/boot/libsa/random.c)0
-rw-r--r--stand/libsa/rarp.c (renamed from sys/boot/libsa/rarp.c)0
-rw-r--r--stand/libsa/read.c (renamed from sys/boot/libsa/read.c)0
-rw-r--r--stand/libsa/readdir.c (renamed from sys/boot/libsa/readdir.c)0
-rw-r--r--stand/libsa/rpc.c (renamed from sys/boot/libsa/rpc.c)0
-rw-r--r--stand/libsa/rpc.h (renamed from sys/boot/libsa/rpc.h)0
-rw-r--r--stand/libsa/rpcv2.h (renamed from sys/boot/libsa/rpcv2.h)0
-rw-r--r--stand/libsa/saioctl.h (renamed from sys/boot/libsa/saioctl.h)0
-rw-r--r--stand/libsa/sbrk.c (renamed from sys/boot/libsa/sbrk.c)0
-rw-r--r--stand/libsa/sparc64/_setjmp.S (renamed from sys/boot/libsa/sparc64/_setjmp.S)0
-rw-r--r--stand/libsa/splitfs.c (renamed from sys/boot/libsa/splitfs.c)0
-rw-r--r--stand/libsa/stand.h (renamed from sys/boot/libsa/stand.h)0
-rw-r--r--stand/libsa/stat.c (renamed from sys/boot/libsa/stat.c)0
-rw-r--r--stand/libsa/strcasecmp.c (renamed from sys/boot/libsa/strcasecmp.c)0
-rw-r--r--stand/libsa/strdup.c (renamed from sys/boot/libsa/strdup.c)0
-rw-r--r--stand/libsa/strerror.c (renamed from sys/boot/libsa/strerror.c)0
-rw-r--r--stand/libsa/strtol.c (renamed from sys/boot/libsa/strtol.c)0
-rw-r--r--stand/libsa/strtoul.c (renamed from sys/boot/libsa/strtoul.c)0
-rw-r--r--stand/libsa/tftp.c (renamed from sys/boot/libsa/tftp.c)0
-rw-r--r--stand/libsa/tftp.h (renamed from sys/boot/libsa/tftp.h)0
-rw-r--r--stand/libsa/twiddle.c (renamed from sys/boot/libsa/twiddle.c)0
-rw-r--r--stand/libsa/udp.c (renamed from sys/boot/libsa/udp.c)0
-rw-r--r--stand/libsa/ufs.c (renamed from sys/boot/libsa/ufs.c)0
-rw-r--r--stand/libsa/ufsread.c (renamed from sys/boot/libsa/ufsread.c)0
-rw-r--r--stand/libsa/util.c (renamed from sys/boot/libsa/util.c)0
-rw-r--r--stand/libsa/util.h (renamed from sys/boot/libsa/util.h)0
-rw-r--r--stand/libsa/uuid_from_string.c (renamed from sys/boot/libsa/uuid_from_string.c)0
-rw-r--r--stand/libsa/uuid_to_string.c (renamed from sys/boot/libsa/uuid_to_string.c)0
-rw-r--r--stand/libsa/write.c (renamed from sys/boot/libsa/write.c)0
-rw-r--r--stand/libsa/zalloc.c (renamed from sys/boot/libsa/zalloc.c)0
-rw-r--r--stand/libsa/zalloc_defs.h (renamed from sys/boot/libsa/zalloc_defs.h)0
-rw-r--r--stand/libsa/zalloc_malloc.c (renamed from sys/boot/libsa/zalloc_malloc.c)0
-rw-r--r--stand/libsa/zalloc_mem.h (renamed from sys/boot/libsa/zalloc_mem.h)0
-rw-r--r--stand/libsa/zalloc_protos.h (renamed from sys/boot/libsa/zalloc_protos.h)0
-rw-r--r--stand/libsa32/Makefile (renamed from sys/boot/libsa32/Makefile)0
-rw-r--r--stand/libsa32/Makefile.depend (renamed from sys/boot/libsa32/Makefile.depend)0
-rw-r--r--stand/loader.mk (renamed from sys/boot/loader.mk)0
-rw-r--r--stand/man/Makefile (renamed from sys/boot/man/Makefile)0
-rw-r--r--stand/man/Makefile.depend (renamed from sys/boot/man/Makefile.depend)0
-rw-r--r--stand/man/loader.8 (renamed from sys/boot/man/loader.8)0
-rw-r--r--stand/man/zfsloader.8 (renamed from sys/boot/man/zfsloader.8)0
-rw-r--r--stand/mips/Makefile (renamed from sys/boot/mips/Makefile)0
-rw-r--r--stand/mips/Makefile.inc (renamed from sys/boot/mips/Makefile.inc)0
-rw-r--r--stand/mips/beri/Makefile (renamed from sys/boot/mips/beri/Makefile)0
-rw-r--r--stand/mips/beri/Makefile.inc (renamed from sys/boot/mips/beri/Makefile.inc)0
-rw-r--r--stand/mips/beri/boot2/Makefile (renamed from sys/boot/mips/beri/boot2/Makefile)0
-rw-r--r--stand/mips/beri/boot2/boot2.c (renamed from sys/boot/mips/beri/boot2/boot2.c)0
-rw-r--r--stand/mips/beri/boot2/flashboot.ldscript (renamed from sys/boot/mips/beri/boot2/flashboot.ldscript)0
-rw-r--r--stand/mips/beri/boot2/jtagboot.ldscript (renamed from sys/boot/mips/beri/boot2/jtagboot.ldscript)0
-rw-r--r--stand/mips/beri/boot2/relocate.S (renamed from sys/boot/mips/beri/boot2/relocate.S)0
-rw-r--r--stand/mips/beri/boot2/start.S (renamed from sys/boot/mips/beri/boot2/start.S)0
-rw-r--r--stand/mips/beri/common/altera_jtag_uart.c (renamed from sys/boot/mips/beri/common/altera_jtag_uart.c)0
-rw-r--r--stand/mips/beri/common/beri.h (renamed from sys/boot/mips/beri/common/beri.h)0
-rw-r--r--stand/mips/beri/common/cfi.c (renamed from sys/boot/mips/beri/common/cfi.c)0
-rw-r--r--stand/mips/beri/common/cfi.h (renamed from sys/boot/mips/beri/common/cfi.h)0
-rw-r--r--stand/mips/beri/common/common.ldscript (renamed from sys/boot/mips/beri/common/common.ldscript)0
-rw-r--r--stand/mips/beri/common/cons.h (renamed from sys/boot/mips/beri/common/cons.h)0
-rw-r--r--stand/mips/beri/common/mips.h (renamed from sys/boot/mips/beri/common/mips.h)0
-rw-r--r--stand/mips/beri/common/sdcard.c (renamed from sys/boot/mips/beri/common/sdcard.c)0
-rw-r--r--stand/mips/beri/common/sdcard.h (renamed from sys/boot/mips/beri/common/sdcard.h)0
-rw-r--r--stand/mips/beri/loader/Makefile (renamed from sys/boot/mips/beri/loader/Makefile)0
-rw-r--r--stand/mips/beri/loader/arch.c (renamed from sys/boot/mips/beri/loader/arch.c)0
-rw-r--r--stand/mips/beri/loader/beri_console.c (renamed from sys/boot/mips/beri/loader/beri_console.c)0
-rw-r--r--stand/mips/beri/loader/beri_disk_cfi.c (renamed from sys/boot/mips/beri/loader/beri_disk_cfi.c)0
-rw-r--r--stand/mips/beri/loader/beri_disk_sdcard.c (renamed from sys/boot/mips/beri/loader/beri_disk_sdcard.c)0
-rw-r--r--stand/mips/beri/loader/devicename.c (renamed from sys/boot/mips/beri/loader/devicename.c)0
-rw-r--r--stand/mips/beri/loader/exec.c (renamed from sys/boot/mips/beri/loader/exec.c)0
-rw-r--r--stand/mips/beri/loader/help.mips (renamed from sys/boot/mips/beri/loader/help.mips)0
-rw-r--r--stand/mips/beri/loader/loader.h (renamed from sys/boot/mips/beri/loader/loader.h)0
-rw-r--r--stand/mips/beri/loader/loader.ldscript (renamed from sys/boot/mips/beri/loader/loader.ldscript)0
-rw-r--r--stand/mips/beri/loader/main.c (renamed from sys/boot/mips/beri/loader/main.c)0
-rw-r--r--stand/mips/beri/loader/metadata.c (renamed from sys/boot/mips/beri/loader/metadata.c)0
-rw-r--r--stand/mips/beri/loader/start.S (renamed from sys/boot/mips/beri/loader/start.S)0
-rw-r--r--stand/mips/beri/loader/version (renamed from sys/boot/mips/beri/loader/version)0
-rw-r--r--stand/mips/uboot/Makefile (renamed from sys/boot/mips/uboot/Makefile)0
-rw-r--r--stand/mips/uboot/conf.c (renamed from sys/boot/mips/uboot/conf.c)0
-rw-r--r--stand/mips/uboot/help.uboot (renamed from sys/boot/mips/uboot/help.uboot)0
-rw-r--r--stand/mips/uboot/ldscript.mips (renamed from sys/boot/mips/uboot/ldscript.mips)0
-rw-r--r--stand/mips/uboot/loader.conf (renamed from sys/boot/mips/uboot/loader.conf)0
-rw-r--r--stand/mips/uboot/start.S (renamed from sys/boot/mips/uboot/start.S)0
-rw-r--r--stand/mips/uboot/version (renamed from sys/boot/mips/uboot/version)0
-rw-r--r--stand/ofw/Makefile (renamed from sys/boot/ofw/Makefile)0
-rw-r--r--stand/ofw/Makefile.inc (renamed from sys/boot/ofw/Makefile.inc)0
-rw-r--r--stand/ofw/common/Makefile.inc (renamed from sys/boot/ofw/common/Makefile.inc)0
-rw-r--r--stand/ofw/common/main.c (renamed from sys/boot/ofw/common/main.c)0
-rw-r--r--stand/ofw/libofw/Makefile (renamed from sys/boot/ofw/libofw/Makefile)0
-rw-r--r--stand/ofw/libofw/devicename.c (renamed from sys/boot/ofw/libofw/devicename.c)0
-rw-r--r--stand/ofw/libofw/elf_freebsd.c (renamed from sys/boot/ofw/libofw/elf_freebsd.c)0
-rw-r--r--stand/ofw/libofw/libofw.h (renamed from sys/boot/ofw/libofw/libofw.h)0
-rw-r--r--stand/ofw/libofw/ofw_console.c (renamed from sys/boot/ofw/libofw/ofw_console.c)0
-rw-r--r--stand/ofw/libofw/ofw_copy.c (renamed from sys/boot/ofw/libofw/ofw_copy.c)0
-rw-r--r--stand/ofw/libofw/ofw_disk.c (renamed from sys/boot/ofw/libofw/ofw_disk.c)0
-rw-r--r--stand/ofw/libofw/ofw_memory.c (renamed from sys/boot/ofw/libofw/ofw_memory.c)0
-rw-r--r--stand/ofw/libofw/ofw_module.c (renamed from sys/boot/ofw/libofw/ofw_module.c)0
-rw-r--r--stand/ofw/libofw/ofw_net.c (renamed from sys/boot/ofw/libofw/ofw_net.c)0
-rw-r--r--stand/ofw/libofw/ofw_reboot.c (renamed from sys/boot/ofw/libofw/ofw_reboot.c)0
-rw-r--r--stand/ofw/libofw/ofw_time.c (renamed from sys/boot/ofw/libofw/ofw_time.c)0
-rw-r--r--stand/ofw/libofw/openfirm.c (renamed from sys/boot/ofw/libofw/openfirm.c)0
-rw-r--r--stand/ofw/libofw/openfirm.h (renamed from sys/boot/ofw/libofw/openfirm.h)0
-rw-r--r--stand/ofw/libofw/ppc64_elf_freebsd.c (renamed from sys/boot/ofw/libofw/ppc64_elf_freebsd.c)0
-rw-r--r--stand/powerpc/Makefile (renamed from sys/boot/powerpc/Makefile)0
-rw-r--r--stand/powerpc/Makefile.inc (renamed from sys/boot/powerpc/Makefile.inc)0
-rw-r--r--stand/powerpc/boot1.chrp/Makefile (renamed from sys/boot/powerpc/boot1.chrp/Makefile)0
-rw-r--r--stand/powerpc/boot1.chrp/Makefile.hfs (renamed from sys/boot/powerpc/boot1.chrp/Makefile.hfs)0
-rw-r--r--stand/powerpc/boot1.chrp/boot1.c (renamed from sys/boot/powerpc/boot1.chrp/boot1.c)0
-rw-r--r--stand/powerpc/boot1.chrp/bootinfo.txt (renamed from sys/boot/powerpc/boot1.chrp/bootinfo.txt)0
-rwxr-xr-xstand/powerpc/boot1.chrp/generate-hfs.sh (renamed from sys/boot/powerpc/boot1.chrp/generate-hfs.sh)0
-rw-r--r--stand/powerpc/boot1.chrp/hfs.tmpl.bz2.uu (renamed from sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu)0
-rw-r--r--stand/powerpc/kboot/Makefile (renamed from sys/boot/powerpc/kboot/Makefile)0
-rw-r--r--stand/powerpc/kboot/conf.c (renamed from sys/boot/powerpc/kboot/conf.c)0
-rw-r--r--stand/powerpc/kboot/host_syscall.S (renamed from sys/boot/powerpc/kboot/host_syscall.S)0
-rw-r--r--stand/powerpc/kboot/host_syscall.h (renamed from sys/boot/powerpc/kboot/host_syscall.h)0
-rw-r--r--stand/powerpc/kboot/hostcons.c (renamed from sys/boot/powerpc/kboot/hostcons.c)0
-rw-r--r--stand/powerpc/kboot/hostdisk.c (renamed from sys/boot/powerpc/kboot/hostdisk.c)0
-rw-r--r--stand/powerpc/kboot/kbootfdt.c (renamed from sys/boot/powerpc/kboot/kbootfdt.c)0
-rw-r--r--stand/powerpc/kboot/kerneltramp.S (renamed from sys/boot/powerpc/kboot/kerneltramp.S)0
-rw-r--r--stand/powerpc/kboot/ldscript.powerpc (renamed from sys/boot/powerpc/kboot/ldscript.powerpc)0
-rw-r--r--stand/powerpc/kboot/main.c (renamed from sys/boot/powerpc/kboot/main.c)0
-rw-r--r--stand/powerpc/kboot/metadata.c (renamed from sys/boot/powerpc/kboot/metadata.c)0
-rw-r--r--stand/powerpc/kboot/ppc64_elf_freebsd.c (renamed from sys/boot/powerpc/kboot/ppc64_elf_freebsd.c)0
-rw-r--r--stand/powerpc/kboot/version (renamed from sys/boot/powerpc/kboot/version)0
-rw-r--r--stand/powerpc/ofw/Makefile (renamed from sys/boot/powerpc/ofw/Makefile)0
-rw-r--r--stand/powerpc/ofw/conf.c (renamed from sys/boot/powerpc/ofw/conf.c)0
-rw-r--r--stand/powerpc/ofw/ldscript.powerpc (renamed from sys/boot/powerpc/ofw/ldscript.powerpc)0
-rw-r--r--stand/powerpc/ofw/metadata.c (renamed from sys/boot/powerpc/ofw/metadata.c)0
-rw-r--r--stand/powerpc/ofw/ofwfdt.c (renamed from sys/boot/powerpc/ofw/ofwfdt.c)0
-rw-r--r--stand/powerpc/ofw/start.c (renamed from sys/boot/powerpc/ofw/start.c)0
-rw-r--r--stand/powerpc/ofw/version (renamed from sys/boot/powerpc/ofw/version)0
-rw-r--r--stand/powerpc/ps3/Makefile (renamed from sys/boot/powerpc/ps3/Makefile)0
-rw-r--r--stand/powerpc/ps3/conf.c (renamed from sys/boot/powerpc/ps3/conf.c)0
-rw-r--r--stand/powerpc/ps3/devicename.c (renamed from sys/boot/powerpc/ps3/devicename.c)0
-rw-r--r--stand/powerpc/ps3/ldscript.powerpc (renamed from sys/boot/powerpc/ps3/ldscript.powerpc)0
-rw-r--r--stand/powerpc/ps3/lv1call.S (renamed from sys/boot/powerpc/ps3/lv1call.S)0
-rw-r--r--stand/powerpc/ps3/lv1call.h (renamed from sys/boot/powerpc/ps3/lv1call.h)0
-rw-r--r--stand/powerpc/ps3/main.c (renamed from sys/boot/powerpc/ps3/main.c)0
-rw-r--r--stand/powerpc/ps3/metadata.c (renamed from sys/boot/powerpc/ps3/metadata.c)0
-rw-r--r--stand/powerpc/ps3/ppc64_elf_freebsd.c (renamed from sys/boot/powerpc/ps3/ppc64_elf_freebsd.c)0
-rw-r--r--stand/powerpc/ps3/ps3.h (renamed from sys/boot/powerpc/ps3/ps3.h)0
-rw-r--r--stand/powerpc/ps3/ps3bus.h (renamed from sys/boot/powerpc/ps3/ps3bus.h)0
-rw-r--r--stand/powerpc/ps3/ps3cdrom.c (renamed from sys/boot/powerpc/ps3/ps3cdrom.c)0
-rw-r--r--stand/powerpc/ps3/ps3cons.c (renamed from sys/boot/powerpc/ps3/ps3cons.c)0
-rw-r--r--stand/powerpc/ps3/ps3devdesc.h (renamed from sys/boot/powerpc/ps3/ps3devdesc.h)0
-rw-r--r--stand/powerpc/ps3/ps3disk.c (renamed from sys/boot/powerpc/ps3/ps3disk.c)0
-rw-r--r--stand/powerpc/ps3/ps3mmu.c (renamed from sys/boot/powerpc/ps3/ps3mmu.c)0
-rw-r--r--stand/powerpc/ps3/ps3net.c (renamed from sys/boot/powerpc/ps3/ps3net.c)0
-rw-r--r--stand/powerpc/ps3/ps3repo.c (renamed from sys/boot/powerpc/ps3/ps3repo.c)0
-rw-r--r--stand/powerpc/ps3/ps3repo.h (renamed from sys/boot/powerpc/ps3/ps3repo.h)0
-rw-r--r--stand/powerpc/ps3/ps3stor.c (renamed from sys/boot/powerpc/ps3/ps3stor.c)0
-rw-r--r--stand/powerpc/ps3/ps3stor.h (renamed from sys/boot/powerpc/ps3/ps3stor.h)0
-rw-r--r--stand/powerpc/ps3/start.S (renamed from sys/boot/powerpc/ps3/start.S)0
-rw-r--r--stand/powerpc/ps3/version (renamed from sys/boot/powerpc/ps3/version)0
-rw-r--r--stand/powerpc/uboot/Makefile (renamed from sys/boot/powerpc/uboot/Makefile)0
-rw-r--r--stand/powerpc/uboot/conf.c (renamed from sys/boot/powerpc/uboot/conf.c)0
-rw-r--r--stand/powerpc/uboot/ldscript.powerpc (renamed from sys/boot/powerpc/uboot/ldscript.powerpc)0
-rw-r--r--stand/powerpc/uboot/start.S (renamed from sys/boot/powerpc/uboot/start.S)0
-rw-r--r--stand/powerpc/uboot/version (renamed from sys/boot/powerpc/uboot/version)0
-rw-r--r--stand/sparc64/Makefile (renamed from sys/boot/sparc64/Makefile)0
-rw-r--r--stand/sparc64/Makefile.inc (renamed from sys/boot/sparc64/Makefile.inc)0
-rw-r--r--stand/sparc64/boot1/Makefile (renamed from sys/boot/sparc64/boot1/Makefile)0
-rw-r--r--stand/sparc64/boot1/_start.s (renamed from sys/boot/sparc64/boot1/_start.s)0
-rw-r--r--stand/sparc64/boot1/boot1.c (renamed from sys/boot/sparc64/boot1/boot1.c)0
-rw-r--r--stand/sparc64/loader/Makefile (renamed from sys/boot/sparc64/loader/Makefile)0
-rw-r--r--stand/sparc64/loader/help.sparc64 (renamed from sys/boot/sparc64/loader/help.sparc64)0
-rw-r--r--stand/sparc64/loader/locore.S (renamed from sys/boot/sparc64/loader/locore.S)0
-rw-r--r--stand/sparc64/loader/main.c (renamed from sys/boot/sparc64/loader/main.c)0
-rw-r--r--stand/sparc64/loader/metadata.c (renamed from sys/boot/sparc64/loader/metadata.c)0
-rw-r--r--stand/sparc64/loader/version (renamed from sys/boot/sparc64/loader/version)0
-rw-r--r--stand/sparc64/zfsboot/Makefile (renamed from sys/boot/sparc64/zfsboot/Makefile)0
-rw-r--r--stand/sparc64/zfsloader/Makefile (renamed from sys/boot/sparc64/zfsloader/Makefile)0
-rw-r--r--stand/uboot.mk (renamed from sys/boot/uboot.mk)0
-rw-r--r--stand/uboot/Makefile (renamed from sys/boot/uboot/Makefile)0
-rw-r--r--stand/uboot/Makefile.inc (renamed from sys/boot/uboot/Makefile.inc)0
-rw-r--r--stand/uboot/common/main.c (renamed from sys/boot/uboot/common/main.c)0
-rw-r--r--stand/uboot/common/metadata.c (renamed from sys/boot/uboot/common/metadata.c)0
-rw-r--r--stand/uboot/fdt/Makefile (renamed from sys/boot/uboot/fdt/Makefile)0
-rw-r--r--stand/uboot/fdt/uboot_fdt.c (renamed from sys/boot/uboot/fdt/uboot_fdt.c)0
-rw-r--r--stand/uboot/lib/Makefile (renamed from sys/boot/uboot/lib/Makefile)0
-rw-r--r--stand/uboot/lib/api_public.h (renamed from sys/boot/uboot/lib/api_public.h)0
-rw-r--r--stand/uboot/lib/console.c (renamed from sys/boot/uboot/lib/console.c)0
-rw-r--r--stand/uboot/lib/copy.c (renamed from sys/boot/uboot/lib/copy.c)0
-rw-r--r--stand/uboot/lib/devicename.c (renamed from sys/boot/uboot/lib/devicename.c)0
-rw-r--r--stand/uboot/lib/disk.c (renamed from sys/boot/uboot/lib/disk.c)0
-rw-r--r--stand/uboot/lib/elf_freebsd.c (renamed from sys/boot/uboot/lib/elf_freebsd.c)0
-rw-r--r--stand/uboot/lib/glue.c (renamed from sys/boot/uboot/lib/glue.c)0
-rw-r--r--stand/uboot/lib/glue.h (renamed from sys/boot/uboot/lib/glue.h)0
-rw-r--r--stand/uboot/lib/libuboot.h (renamed from sys/boot/uboot/lib/libuboot.h)0
-rw-r--r--stand/uboot/lib/module.c (renamed from sys/boot/uboot/lib/module.c)0
-rw-r--r--stand/uboot/lib/net.c (renamed from sys/boot/uboot/lib/net.c)0
-rw-r--r--stand/uboot/lib/reboot.c (renamed from sys/boot/uboot/lib/reboot.c)0
-rw-r--r--stand/uboot/lib/time.c (renamed from sys/boot/uboot/lib/time.c)0
-rw-r--r--stand/usb/Makefile (renamed from sys/boot/usb/Makefile)0
-rw-r--r--stand/usb/Makefile.test (renamed from sys/boot/usb/Makefile.test)0
-rw-r--r--stand/usb/bsd_usbloader_test.c (renamed from sys/boot/usb/bsd_usbloader_test.c)0
-rw-r--r--stand/usb/storage/umass_common.c (renamed from sys/boot/usb/storage/umass_common.c)0
-rw-r--r--stand/usb/storage/umass_common.h (renamed from sys/boot/usb/storage/umass_common.h)0
-rw-r--r--stand/usb/storage/umass_loader.c (renamed from sys/boot/usb/storage/umass_loader.c)0
-rw-r--r--stand/usb/tools/Makefile (renamed from sys/boot/usb/tools/Makefile)0
-rw-r--r--stand/usb/tools/sysinit.c (renamed from sys/boot/usb/tools/sysinit.c)0
-rw-r--r--stand/usb/usb_busdma_loader.c (renamed from sys/boot/usb/usb_busdma_loader.c)0
-rw-r--r--stand/usb/usbcore.mk (renamed from sys/boot/usb/usbcore.mk)0
-rw-r--r--stand/userboot/Makefile (renamed from sys/boot/userboot/Makefile)0
-rw-r--r--stand/userboot/Makefile.inc (renamed from sys/boot/userboot/Makefile.inc)0
-rw-r--r--stand/userboot/test/Makefile (renamed from sys/boot/userboot/test/Makefile)0
-rw-r--r--stand/userboot/test/Makefile.depend (renamed from sys/boot/userboot/test/Makefile.depend)0
-rw-r--r--stand/userboot/test/test.c (renamed from sys/boot/userboot/test/test.c)0
-rw-r--r--stand/userboot/userboot.h (renamed from sys/boot/userboot/userboot.h)0
-rw-r--r--stand/userboot/userboot/Makefile (renamed from sys/boot/userboot/userboot/Makefile)0
-rw-r--r--stand/userboot/userboot/Makefile.depend16
-rw-r--r--stand/userboot/userboot/autoload.c (renamed from sys/boot/userboot/userboot/autoload.c)0
-rw-r--r--stand/userboot/userboot/biossmap.c (renamed from sys/boot/userboot/userboot/biossmap.c)0
-rw-r--r--stand/userboot/userboot/bootinfo.c (renamed from sys/boot/userboot/userboot/bootinfo.c)0
-rw-r--r--stand/userboot/userboot/bootinfo32.c (renamed from sys/boot/userboot/userboot/bootinfo32.c)0
-rw-r--r--stand/userboot/userboot/bootinfo64.c (renamed from sys/boot/userboot/userboot/bootinfo64.c)0
-rw-r--r--stand/userboot/userboot/conf.c (renamed from sys/boot/userboot/userboot/conf.c)0
-rw-r--r--stand/userboot/userboot/copy.c (renamed from sys/boot/userboot/userboot/copy.c)0
-rw-r--r--stand/userboot/userboot/devicename.c (renamed from sys/boot/userboot/userboot/devicename.c)0
-rw-r--r--stand/userboot/userboot/elf32_freebsd.c (renamed from sys/boot/userboot/userboot/elf32_freebsd.c)0
-rw-r--r--stand/userboot/userboot/elf64_freebsd.c (renamed from sys/boot/userboot/userboot/elf64_freebsd.c)0
-rw-r--r--stand/userboot/userboot/host.c (renamed from sys/boot/userboot/userboot/host.c)0
-rw-r--r--stand/userboot/userboot/libuserboot.h (renamed from sys/boot/userboot/userboot/libuserboot.h)0
-rw-r--r--stand/userboot/userboot/main.c (renamed from sys/boot/userboot/userboot/main.c)0
-rw-r--r--stand/userboot/userboot/userboot_cons.c (renamed from sys/boot/userboot/userboot/userboot_cons.c)0
-rw-r--r--stand/userboot/userboot/userboot_disk.c (renamed from sys/boot/userboot/userboot/userboot_disk.c)0
-rw-r--r--stand/userboot/userboot/version (renamed from sys/boot/userboot/userboot/version)0
-rw-r--r--stand/zfs/Makefile (renamed from sys/boot/zfs/Makefile)0
-rw-r--r--stand/zfs/Makefile.depend (renamed from sys/boot/zfs/Makefile.depend)0
-rw-r--r--stand/zfs/devicename_stubs.c (renamed from sys/boot/zfs/devicename_stubs.c)0
-rw-r--r--stand/zfs/libzfs.h (renamed from sys/boot/zfs/libzfs.h)0
-rw-r--r--stand/zfs/zfs.c (renamed from sys/boot/zfs/zfs.c)0
-rw-r--r--stand/zfs/zfsimpl.c (renamed from sys/boot/zfs/zfsimpl.c)0
-rw-r--r--stand/zfs32/Makefile (renamed from sys/boot/zfs32/Makefile)0
-rw-r--r--stand/zfs32/Makefile.depend (renamed from sys/boot/zfs32/Makefile.depend)0
-rw-r--r--sys/Makefile7
-rw-r--r--sys/boot/i386/boot2/Makefile.depend14
-rw-r--r--sys/boot/i386/gptzfsboot/Makefile.depend19
-rw-r--r--sys/boot/i386/loader/Makefile.depend20
-rw-r--r--sys/boot/i386/pxeldr/Makefile.depend15
-rw-r--r--sys/boot/i386/zfsboot/Makefile.depend18
-rw-r--r--sys/boot/i386/zfsloader/Makefile.depend21
-rw-r--r--sys/boot/userboot/userboot/Makefile.depend16
-rwxr-xr-xsys/contrib/dev/acpica/acpica_prep.sh2
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend2
-rw-r--r--targets/pseudo/userland/misc/Makefile.depend66
-rw-r--r--targets/pseudo/userland/share/Makefile.depend2
-rwxr-xr-xtools/boot/universe.sh6
-rw-r--r--tools/tools/bootparttest/Makefile4
-rw-r--r--tools/tools/zfsboottest/Makefile4
-rw-r--r--usr.sbin/bhyveload/Makefile2
-rw-r--r--usr.sbin/efivar/Makefile2
711 files changed, 200 insertions, 202 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0483d469f1f2..e77e3037e91a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -86,7 +86,7 @@ sh(1) jilles Pre-commit review requested. This also applies
compiled in as builtins.
share/mk imp, bapt, bdrewery, emaste, sjg Make is hard.
share/mk/*.test.mk freebsd-testing,ngie (same list as share/mk too) Pre-commit review requested.
-sys/boot/forth dteske Pre-commit review requested.
+stand/forth dteske Pre-commit review requested.
sys/compat/linuxkpi hselasky If in doubt, ask.
sys/dev/e1000 erj Pre-commit phabricator review requested.
sys/dev/ixgbe erj Pre-commit phabricator review requested.
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0b27de1c61ee..8c5ba9407c24 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -251,6 +251,9 @@ SUBDIR+=secure
.if !defined(NO_SHARE)
SUBDIR+=share
.endif
+.if ${MK_BOOT} != "no"
+SUBDIR+=stand
+.endif
SUBDIR+=sys usr.bin usr.sbin
.if ${MK_TESTS} != "no"
SUBDIR+= tests
@@ -2082,7 +2085,7 @@ _clang_libs= lib/clang
_gcc= gnu/usr.bin/cc
.endif
.if ${MK_USB} != "no"
-_usb_tools= sys/boot/usb/tools
+_usb_tools= stand/usb/tools
.endif
cross-tools: .MAKE .PHONY
diff --git a/lib/libefivar/Makefile b/lib/libefivar/Makefile
index b4368ce9e97c..66dd52ca2994 100644
--- a/lib/libefivar/Makefile
+++ b/lib/libefivar/Makefile
@@ -26,7 +26,7 @@
.include <src.opts.mk>
-EFIBOOT=${SRCTOP}/sys/boot/efi
+EFIBOOT=${SRCTOP}/stand/efi
EDK2INC=${SRCTOP}/sys/contrib/edk2/Include
.PATH: ${EFIBOOT}/libefi
diff --git a/release/arm64/PINE64.conf b/release/arm64/PINE64.conf
index 1a41bce06a30..a01e417426c1 100644
--- a/release/arm64/PINE64.conf
+++ b/release/arm64/PINE64.conf
@@ -31,7 +31,7 @@ arm_install_uboot() {
BOOTFILES="$(chroot ${CHROOTDIR} \
env TARGET=${EMBEDDED_TARGET} TARGET_ARCH=${EMBEDDED_TARGET_ARCH} \
WITH_UNIFIED_OBJDIR=yes \
- make -C ${WORLDDIR}/sys/boot -V .OBJDIR)"
+ make -C ${WORLDDIR}/stand -V .OBJDIR)"
BOOTFILES="$(realpath ${BOOTFILES})"
chroot ${CHROOTDIR} mkdir -p ${FATMOUNT}/EFI/BOOT
diff --git a/release/arm64/RPI3.conf b/release/arm64/RPI3.conf
index 8636ddbfa8ba..216acae43a5a 100644
--- a/release/arm64/RPI3.conf
+++ b/release/arm64/RPI3.conf
@@ -45,7 +45,7 @@ arm_install_uboot() {
BOOTFILES="$(chroot ${CHROOTDIR} \
env TARGET=${EMBEDDED_TARGET} TARGET_ARCH=${EMBEDDED_TARGET_ARCH} \
WITH_UNIFIED_OBJDIR=yes \
- make -C ${WORLDDIR}/sys/boot -V .OBJDIR)"
+ make -C ${WORLDDIR}/stand -V .OBJDIR)"
BOOTFILES="$(realpath ${BOOTFILES})"
chroot ${CHROOTDIR} mkdir -p ${FATMOUNT}/EFI/BOOT
diff --git a/release/powerpc/generate-hfs.sh b/release/powerpc/generate-hfs.sh
index c445fea5df04..8883f9d40e21 100755
--- a/release/powerpc/generate-hfs.sh
+++ b/release/powerpc/generate-hfs.sh
@@ -32,7 +32,7 @@ cat > bootinfo.txt << EOF
<CHRP-BOOT>
<DESCRIPTION>FreeBSD/powerpc bootloader</DESCRIPTION>
<OS-NAME>FreeBSD</OS-NAME>
-<VERSION> $FreeBSD: head/sys/boot/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
+<VERSION> $FreeBSD: head/stand/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
-31 00:52:31Z nwhitehorn $ </VERSION>
<COMPATIBLE>
diff --git a/release/tools/vmimage.subr b/release/tools/vmimage.subr
index 78e7839d64e4..90adeed44d82 100644
--- a/release/tools/vmimage.subr
+++ b/release/tools/vmimage.subr
@@ -16,7 +16,7 @@ write_partition_layout() {
BOOTFILES="$(env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
WITH_UNIFIED_OBJDIR=yes \
- make -C ${WORLDDIR}/sys/boot -V .OBJDIR)"
+ make -C ${WORLDDIR}/stand -V .OBJDIR)"
BOOTFILES="$(realpath ${BOOTFILES})"
case "${TARGET}:${TARGET_ARCH}" in
diff --git a/share/examples/bootforth/README b/share/examples/bootforth/README
index b8eb8a0f3a16..1ac13420c9ee 100644
--- a/share/examples/bootforth/README
+++ b/share/examples/bootforth/README
@@ -1,6 +1,6 @@
Here you can find some simple examples how to use BootFORTH (part of the
new bootloader) together with terminal emulation code (available when
-compiling /sys/boot/i386/libi386 with -DTERM_EMU).
+compiling /stand/i386/libi386 with -DTERM_EMU).
Normally, you can place the files in /boot as they are here, and they will be
automatically loaded by /boot/loader. You must choose between boot.4th or
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 900a77af2a22..a5772909f167 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -171,7 +171,7 @@
#BOOT_COMCONSOLE_SPEED= 115200
#
# By default the 'pxeboot' loader retrieves the kernel via NFS. Defining
-# this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel
+# this and recompiling /usr/src/stand will cause it to retrieve the kernel
# via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet
# still mount the server's '/' (i.e. rather than load the server's kernel).
#
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 5278c66bd8f5..e2b5d0c1b07c 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -374,7 +374,7 @@ By default the
.Xr pxeboot 8
loader retrieves the kernel via NFS.
Defining this and recompiling
-.Pa /usr/src/sys/boot
+.Pa /usr/src/stand
will cause it to retrieve the kernel via TFTP.
This allows
.Xr pxeboot 8
@@ -385,7 +385,7 @@ rather than load the server's kernel.
.It Va LOADER_FIREWIRE_SUPPORT
.Pq Vt bool
Defining this and recompiling
-.Pa /usr/src/sys/boot/i386
+.Pa /usr/src/stand/i386
will add
.Xr dcons 4
console driver to
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8
index 3fcbc25c727f..668ba21fb169 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -124,7 +124,7 @@ the
.Nm
machine, which may not be what you want to have happen.
.Bd -literal -offset indent
-cd /usr/src/sys/boot/i386
+cd /usr/src/stand/i386
make clean; make; make install
cp /boot/pxeboot /tftpdir/
.Ed
diff --git a/sys/boot/Makefile b/stand/Makefile
index 523418965871..523418965871 100644
--- a/sys/boot/Makefile
+++ b/stand/Makefile
diff --git a/sys/boot/Makefile.amd64 b/stand/Makefile.amd64
index abecaa685022..abecaa685022 100644
--- a/sys/boot/Makefile.amd64
+++ b/stand/Makefile.amd64
diff --git a/sys/boot/Makefile.arm b/stand/Makefile.arm
index 387b77bd344d..387b77bd344d 100644
--- a/sys/boot/Makefile.arm
+++ b/stand/Makefile.arm
diff --git a/sys/boot/Makefile.arm64 b/stand/Makefile.arm64
index bf0fd3988c15..bf0fd3988c15 100644
--- a/sys/boot/Makefile.arm64
+++ b/stand/Makefile.arm64
diff --git a/sys/boot/Makefile.i386 b/stand/Makefile.i386
index fb53744ab5ae..fb53744ab5ae 100644
--- a/sys/boot/Makefile.i386
+++ b/stand/Makefile.i386
diff --git a/sys/boot/Makefile.inc b/stand/Makefile.inc
index cf833d92423d..cf833d92423d 100644
--- a/sys/boot/Makefile.inc
+++ b/stand/Makefile.inc
diff --git a/sys/boot/Makefile.mips b/stand/Makefile.mips
index 46fc5742fbf6..46fc5742fbf6 100644
--- a/sys/boot/Makefile.mips
+++ b/stand/Makefile.mips
diff --git a/sys/boot/Makefile.powerpc b/stand/Makefile.powerpc
index b7660f4600d4..b7660f4600d4 100644
--- a/sys/boot/Makefile.powerpc
+++ b/stand/Makefile.powerpc
diff --git a/sys/boot/Makefile.sparc64 b/stand/Makefile.sparc64
index 40b42e9c18e1..40b42e9c18e1 100644
--- a/sys/boot/Makefile.sparc64
+++ b/stand/Makefile.sparc64
diff --git a/sys/boot/arm/Makefile b/stand/arm/Makefile
index 1d12d9831658..1d12d9831658 100644
--- a/sys/boot/arm/Makefile
+++ b/stand/arm/Makefile
diff --git a/sys/boot/arm/Makefile.inc b/stand/arm/Makefile.inc
index 265f86d1ed55..265f86d1ed55 100644
--- a/sys/boot/arm/Makefile.inc
+++ b/stand/arm/Makefile.inc
diff --git a/sys/boot/arm/loader/loader.conf b/stand/arm/loader/loader.conf
index 4154ab7bcc9f..4154ab7bcc9f 100644
--- a/sys/boot/arm/loader/loader.conf
+++ b/stand/arm/loader/loader.conf
diff --git a/sys/boot/arm/uboot/Makefile b/stand/arm/uboot/Makefile
index 5bf7d533b942..5bf7d533b942 100644
--- a/sys/boot/arm/uboot/Makefile
+++ b/stand/arm/uboot/Makefile
diff --git a/sys/boot/arm/uboot/conf.c b/stand/arm/uboot/conf.c
index 777a7b20340c..777a7b20340c 100644
--- a/sys/boot/arm/uboot/conf.c
+++ b/stand/arm/uboot/conf.c
diff --git a/sys/boot/arm/uboot/help.uboot b/stand/arm/uboot/help.uboot
index c1574af92715..c1574af92715 100644
--- a/sys/boot/arm/uboot/help.uboot
+++ b/stand/arm/uboot/help.uboot
diff --git a/sys/boot/arm/uboot/ldscript.arm b/stand/arm/uboot/ldscript.arm
index 8eb604c88887..8eb604c88887 100644
--- a/sys/boot/arm/uboot/ldscript.arm
+++ b/stand/arm/uboot/ldscript.arm
diff --git a/sys/boot/arm/uboot/start.S b/stand/arm/uboot/start.S
index 3f7764f2b7b0..3f7764f2b7b0 100644
--- a/sys/boot/arm/uboot/start.S
+++ b/stand/arm/uboot/start.S
diff --git a/sys/boot/arm/uboot/version b/stand/arm/uboot/version
index 486c4125cc0d..486c4125cc0d 100644
--- a/sys/boot/arm/uboot/version
+++ b/stand/arm/uboot/version
diff --git a/sys/boot/arm64/Makefile b/stand/arm64/Makefile
index 3ecb5825dc64..3ecb5825dc64 100644
--- a/sys/boot/arm64/Makefile
+++ b/stand/arm64/Makefile
diff --git a/sys/boot/arm64/libarm64/cache.c b/stand/arm64/libarm64/cache.c
index 25766ef564dd..25766ef564dd 100644
--- a/sys/boot/arm64/libarm64/cache.c
+++ b/stand/arm64/libarm64/cache.c
diff --git a/sys/boot/arm64/libarm64/cache.h b/stand/arm64/libarm64/cache.h
index 89b094b19c18..89b094b19c18 100644
--- a/sys/boot/arm64/libarm64/cache.h
+++ b/stand/arm64/libarm64/cache.h
diff --git a/sys/boot/common/Makefile.depend b/stand/common/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/common/Makefile.depend
+++ b/stand/common/Makefile.depend
diff --git a/sys/boot/common/bcache.c b/stand/common/bcache.c
index 198dd5f3b7ae..198dd5f3b7ae 100644
--- a/sys/boot/common/bcache.c
+++ b/stand/common/bcache.c
diff --git a/sys/boot/common/boot.c b/stand/common/boot.c
index 5ee95215283c..5ee95215283c 100644
--- a/sys/boot/common/boot.c
+++ b/stand/common/boot.c
diff --git a/sys/boot/common/bootstrap.h b/stand/common/bootstrap.h
index 2234e05e67e5..2234e05e67e5 100644
--- a/sys/boot/common/bootstrap.h
+++ b/stand/common/bootstrap.h
diff --git a/sys/boot/common/commands.c b/stand/common/commands.c
index def7ff284649..def7ff284649 100644
--- a/sys/boot/common/commands.c
+++ b/stand/common/commands.c
diff --git a/sys/boot/common/console.c b/stand/common/console.c
index f4ffc563889c..f4ffc563889c 100644
--- a/sys/boot/common/console.c
+++ b/stand/common/console.c
diff --git a/sys/boot/common/dev_net.c b/stand/common/dev_net.c
index c5b1e0abd92b..c5b1e0abd92b 100644
--- a/sys/boot/common/dev_net.c
+++ b/stand/common/dev_net.c
diff --git a/sys/boot/common/dev_net.h b/stand/common/dev_net.h
index 995b67241de8..995b67241de8 100644
--- a/sys/boot/common/dev_net.h
+++ b/stand/common/dev_net.h
diff --git a/sys/boot/common/devopen.c b/stand/common/devopen.c
index de6165c03e8e..de6165c03e8e 100644
--- a/sys/boot/common/devopen.c
+++ b/stand/common/devopen.c
diff --git a/sys/boot/common/disk.c b/stand/common/disk.c
index 4cb57d466a5e..4cb57d466a5e 100644
--- a/sys/boot/common/disk.c
+++ b/stand/common/disk.c
diff --git a/sys/boot/common/disk.h b/stand/common/disk.h
index 51e1498e3dae..51e1498e3dae 100644
--- a/sys/boot/common/disk.h
+++ b/stand/common/disk.h
diff --git a/sys/boot/common/help.common b/stand/common/help.common
index 3618501c18ff..3618501c18ff 100644
--- a/sys/boot/common/help.common
+++ b/stand/common/help.common
diff --git a/sys/boot/common/install.c b/stand/common/install.c
index 8c19066894ab..8c19066894ab 100644
--- a/sys/boot/common/install.c
+++ b/stand/common/install.c
diff --git a/sys/boot/common/interp.c b/stand/common/interp.c
index f4117b9b3e58..f4117b9b3e58 100644
--- a/sys/boot/common/interp.c
+++ b/stand/common/interp.c
diff --git a/sys/boot/common/interp_backslash.c b/stand/common/interp_backslash.c
index 09b8f57bf029..09b8f57bf029 100644
--- a/sys/boot/common/interp_backslash.c
+++ b/stand/common/interp_backslash.c
diff --git a/sys/boot/common/interp_forth.c b/stand/common/interp_forth.c
index a3b77769d38a..a3b77769d38a 100644
--- a/sys/boot/common/interp_forth.c
+++ b/stand/common/interp_forth.c
diff --git a/sys/boot/common/interp_parse.c b/stand/common/interp_parse.c
index 8d8a2e290983..8d8a2e290983 100644
--- a/sys/boot/common/interp_parse.c
+++ b/stand/common/interp_parse.c
diff --git a/sys/boot/common/isapnp.c b/stand/common/isapnp.c
index 58676007248c..58676007248c 100644
--- a/sys/boot/common/isapnp.c
+++ b/stand/common/isapnp.c
diff --git a/sys/boot/common/isapnp.h b/stand/common/isapnp.h
index a5b8f28304f7..a5b8f28304f7 100644
--- a/sys/boot/common/isapnp.h
+++ b/stand/common/isapnp.h
diff --git a/sys/boot/common/load_elf.c b/stand/common/load_elf.c
index 679842b9423e..679842b9423e 100644
--- a/sys/boot/common/load_elf.c
+++ b/stand/common/load_elf.c
diff --git a/sys/boot/common/load_elf32.c b/stand/common/load_elf32.c
index 0c9f460d4863..0c9f460d4863 100644
--- a/sys/boot/common/load_elf32.c
+++ b/stand/common/load_elf32.c
diff --git a/sys/boot/common/load_elf32_obj.c b/stand/common/load_elf32_obj.c
index 94b089618836..94b089618836 100644
--- a/sys/boot/common/load_elf32_obj.c
+++ b/stand/common/load_elf32_obj.c
diff --git a/sys/boot/common/load_elf64.c b/stand/common/load_elf64.c
index c29e8e3596a7..c29e8e3596a7 100644
--- a/sys/boot/common/load_elf64.c
+++ b/stand/common/load_elf64.c
diff --git a/sys/boot/common/load_elf64_obj.c b/stand/common/load_elf64_obj.c
index 3c9371ba0130..3c9371ba0130 100644
--- a/sys/boot/common/load_elf64_obj.c
+++ b/stand/common/load_elf64_obj.c
diff --git a/sys/boot/common/load_elf_obj.c b/stand/common/load_elf_obj.c
index a32b9fde4b75..a32b9fde4b75 100644
--- a/sys/boot/common/load_elf_obj.c
+++ b/stand/common/load_elf_obj.c
diff --git a/sys/boot/common/ls.c b/stand/common/ls.c
index cd6b7c49ea5f..cd6b7c49ea5f 100644
--- a/sys/boot/common/ls.c
+++ b/stand/common/ls.c
diff --git a/sys/boot/common/md.c b/stand/common/md.c
index 5585218b3276..5585218b3276 100644
--- a/sys/boot/common/md.c
+++ b/stand/common/md.c
diff --git a/sys/boot/common/merge_help.awk b/stand/common/merge_help.awk
index 1070f73f1fe9..1070f73f1fe9 100644
--- a/sys/boot/common/merge_help.awk
+++ b/stand/common/merge_help.awk
diff --git a/sys/boot/common/misc.c b/stand/common/misc.c
index 9b938afdf8c8..9b938afdf8c8 100644
--- a/sys/boot/common/misc.c
+++ b/stand/common/misc.c
diff --git a/sys/boot/common/module.c b/stand/common/module.c
index d651ad10bc86..d651ad10bc86 100644
--- a/sys/boot/common/module.c
+++ b/stand/common/module.c
diff --git a/sys/boot/common/newvers.sh b/stand/common/newvers.sh
index 75efeceab26b..75efeceab26b 100755
--- a/sys/boot/common/newvers.sh
+++ b/stand/common/newvers.sh
diff --git a/sys/boot/common/part.c b/stand/common/part.c
index cdb1e006695d..cdb1e006695d 100644
--- a/sys/boot/common/part.c
+++ b/stand/common/part.c
diff --git a/sys/boot/common/part.h b/stand/common/part.h
index 19bd6702fc69..19bd6702fc69 100644
--- a/sys/boot/common/part.h
+++ b/stand/common/part.h
diff --git a/sys/boot/common/paths.h b/stand/common/paths.h
index 9ed45e646a3e..9ed45e646a3e 100644
--- a/sys/boot/common/paths.h
+++ b/stand/common/paths.h
diff --git a/sys/boot/common/pnp.c b/stand/common/pnp.c
index 6197776a1d7d..6197776a1d7d 100644
--- a/sys/boot/common/pnp.c
+++ b/stand/common/pnp.c
diff --git a/sys/boot/common/rbx.h b/stand/common/rbx.h
index 21371a563805..21371a563805 100644
--- a/sys/boot/common/rbx.h
+++ b/stand/common/rbx.h
diff --git a/sys/boot/common/reloc_elf.c b/stand/common/reloc_elf.c
index 6d4a00ff8f68..6d4a00ff8f68 100644
--- a/sys/boot/common/reloc_elf.c
+++ b/stand/common/reloc_elf.c
diff --git a/sys/boot/common/reloc_elf32.c b/stand/common/reloc_elf32.c
index 03d9d73bab7f..03d9d73bab7f 100644
--- a/sys/boot/common/reloc_elf32.c
+++ b/stand/common/reloc_elf32.c
diff --git a/sys/boot/common/reloc_elf64.c b/stand/common/reloc_elf64.c
index c8dcf2a36b0d..c8dcf2a36b0d 100644
--- a/sys/boot/common/reloc_elf64.c
+++ b/stand/common/reloc_elf64.c
diff --git a/sys/boot/common/self_reloc.c b/stand/common/self_reloc.c
index 5f6bfcbb27bb..5f6bfcbb27bb 100644
--- a/sys/boot/common/self_reloc.c
+++ b/stand/common/self_reloc.c
diff --git a/sys/boot/defs.mk b/stand/defs.mk
index 2753e21bdb21..20e9a7786413 100644
--- a/sys/boot/defs.mk
+++ b/stand/defs.mk
@@ -5,7 +5,7 @@
.if !defined(__BOOT_DEFS_MK__)
__BOOT_DEFS_MK__=${MFILE}
-BOOTSRC= ${SRCTOP}/sys/boot
+BOOTSRC= ${SRCTOP}/stand
EFISRC= ${BOOTSRC}/efi
EFIINC= ${EFISRC}/include
EFIINCMD= ${EFIINC}/${MACHINE}
@@ -17,7 +17,7 @@ SYSDIR= ${SRCTOP}/sys
UBOOTSRC= ${BOOTSRC}/uboot
ZFSSRC= ${BOOTSRC}/zfs
-BOOTOBJ= ${OBJTOP}/sys/boot
+BOOTOBJ= ${OBJTOP}/stand
# BINDIR is where we install
BINDIR?= /boot
diff --git a/sys/boot/efi/Makefile b/stand/efi/Makefile
index e3b22de4a99a..e3b22de4a99a 100644
--- a/sys/boot/efi/Makefile
+++ b/stand/efi/Makefile
diff --git a/sys/boot/efi/Makefile.inc b/stand/efi/Makefile.inc
index 4fd8762e1a21..4fd8762e1a21 100644
--- a/sys/boot/efi/Makefile.inc
+++ b/stand/efi/Makefile.inc
diff --git a/sys/boot/efi/boot1/Makefile b/stand/efi/boot1/Makefile
index f2e69460593d..f2e69460593d 100644
--- a/sys/boot/efi/boot1/Makefile
+++ b/stand/efi/boot1/Makefile
diff --git a/sys/boot/efi/boot1/Makefile.depend b/stand/efi/boot1/Makefile.depend
index 813358d57274..ffc5430cceec 100644
--- a/sys/boot/efi/boot1/Makefile.depend
+++ b/stand/efi/boot1/Makefile.depend
@@ -5,9 +5,9 @@ DIRDEPS = \
include \
include/xlocale \
lib/libmd \
- sys/boot/efi/libefi \
- sys/boot/libsa \
- sys/boot/zfs \
+ stand/efi/libefi \
+ stand/libsa \
+ stand/zfs \
.include <dirdeps.mk>
diff --git a/sys/boot/efi/boot1/Makefile.fat b/stand/efi/boot1/Makefile.fat
index 1d40fa8ab54c..1d40fa8ab54c 100644
--- a/sys/boot/efi/boot1/Makefile.fat
+++ b/stand/efi/boot1/Makefile.fat
diff --git a/sys/boot/efi/boot1/boot1.c b/stand/efi/boot1/boot1.c
index b7cb57f45530..b7cb57f45530 100644
--- a/sys/boot/efi/boot1/boot1.c
+++ b/stand/efi/boot1/boot1.c
diff --git a/sys/boot/efi/boot1/boot_module.h b/stand/efi/boot1/boot_module.h
index bfade34fe9cb..bfade34fe9cb 100644
--- a/sys/boot/efi/boot1/boot_module.h
+++ b/stand/efi/boot1/boot_module.h
diff --git a/sys/boot/efi/boot1/fat-amd64.tmpl.xz b/stand/efi/boot1/fat-amd64.tmpl.xz
index fb5f94e0e9b6..fb5f94e0e9b6 100644
--- a/sys/boot/efi/boot1/fat-amd64.tmpl.xz
+++ b/stand/efi/boot1/fat-amd64.tmpl.xz
Binary files differ
diff --git a/sys/boot/efi/boot1/fat-arm.tmpl.xz b/stand/efi/boot1/fat-arm.tmpl.xz
index bb253fcfaf27..bb253fcfaf27 100644
--- a/sys/boot/efi/boot1/fat-arm.tmpl.xz
+++ b/stand/efi/boot1/fat-arm.tmpl.xz
Binary files differ
diff --git a/sys/boot/efi/boot1/fat-arm64.tmpl.xz b/stand/efi/boot1/fat-arm64.tmpl.xz
index 15df643393fc..15df643393fc 100644
--- a/sys/boot/efi/boot1/fat-arm64.tmpl.xz
+++ b/stand/efi/boot1/fat-arm64.tmpl.xz
Binary files differ
diff --git a/sys/boot/efi/boot1/fat-i386.tmpl.xz b/stand/efi/boot1/fat-i386.tmpl.xz
index 2cde337b62f0..2cde337b62f0 100644
--- a/sys/boot/efi/boot1/fat-i386.tmpl.xz
+++ b/stand/efi/boot1/fat-i386.tmpl.xz
Binary files differ
diff --git a/sys/boot/efi/boot1/generate-fat.sh b/stand/efi/boot1/generate-fat.sh
index f6bda6f5f11f..f6bda6f5f11f 100755
--- a/sys/boot/efi/boot1/generate-fat.sh
+++ b/stand/efi/boot1/generate-fat.sh
diff --git a/sys/boot/efi/boot1/ufs_module.c b/stand/efi/boot1/ufs_module.c
index 4a8016fad2ce..4a8016fad2ce 100644
--- a/sys/boot/efi/boot1/ufs_module.c
+++ b/stand/efi/boot1/ufs_module.c
diff --git a/sys/boot/efi/boot1/zfs_module.c b/stand/efi/boot1/zfs_module.c
index e1d1a5a35f17..e1d1a5a35f17 100644
--- a/sys/boot/efi/boot1/zfs_module.c
+++ b/stand/efi/boot1/zfs_module.c
diff --git a/sys/boot/efi/fdt/Makefile b/stand/efi/fdt/Makefile
index 7308ce94e45e..7308ce94e45e 100644
--- a/sys/boot/efi/fdt/Makefile
+++ b/stand/efi/fdt/Makefile
diff --git a/sys/boot/efi/fdt/Makefile.depend b/stand/efi/fdt/Makefile.depend
index 18be76b0cb6f..18be76b0cb6f 100644
--- a/sys/boot/efi/fdt/Makefile.depend
+++ b/stand/efi/fdt/Makefile.depend
diff --git a/sys/boot/efi/fdt/efi_fdt.c b/stand/efi/fdt/efi_fdt.c
index d6757689c896..d6757689c896 100644
--- a/sys/boot/efi/fdt/efi_fdt.c
+++ b/stand/efi/fdt/efi_fdt.c
diff --git a/sys/boot/efi/include/README b/stand/efi/include/README
index bf821fae7e60..bf821fae7e60 100644
--- a/sys/boot/efi/include/README
+++ b/stand/efi/include/README
diff --git a/sys/boot/efi/include/amd64/efibind.h b/stand/efi/include/amd64/efibind.h
index 8cfce5bbc5f1..8cfce5bbc5f1 100644
--- a/sys/boot/efi/include/amd64/efibind.h
+++ b/stand/efi/include/amd64/efibind.h
diff --git a/sys/boot/efi/include/amd64/pe.h b/stand/efi/include/amd64/pe.h
index f8033c55ac55..f8033c55ac55 100644
--- a/sys/boot/efi/include/amd64/pe.h
+++ b/stand/efi/include/amd64/pe.h
diff --git a/sys/boot/efi/include/arm/efibind.h b/stand/efi/include/arm/efibind.h
index 177032adc01a..177032adc01a 100644
--- a/sys/boot/efi/include/arm/efibind.h
+++ b/stand/efi/include/arm/efibind.h
diff --git a/sys/boot/efi/include/arm64/efibind.h b/stand/efi/include/arm64/efibind.h
index 4751e2e944a8..4751e2e944a8 100644
--- a/sys/boot/efi/include/arm64/efibind.h
+++ b/stand/efi/include/arm64/efibind.h
diff --git a/sys/boot/efi/include/efi.h b/stand/efi/include/efi.h
index a91e8813c184..a91e8813c184 100644
--- a/sys/boot/efi/include/efi.h
+++ b/stand/efi/include/efi.h
diff --git a/sys/boot/efi/include/efi_driver_utils.h b/stand/efi/include/efi_driver_utils.h
index 520cff128a27..520cff128a27 100644
--- a/sys/boot/efi/include/efi_driver_utils.h
+++ b/stand/efi/include/efi_driver_utils.h
diff --git a/sys/boot/efi/include/efi_drivers.h b/stand/efi/include/efi_drivers.h
index 8df9133f73d4..8df9133f73d4 100644
--- a/sys/boot/efi/include/efi_drivers.h
+++ b/stand/efi/include/efi_drivers.h
diff --git a/sys/boot/efi/include/efi_nii.h b/stand/efi/include/efi_nii.h
index 561cbd46a3ea..561cbd46a3ea 100644
--- a/sys/boot/efi/include/efi_nii.h
+++ b/stand/efi/include/efi_nii.h
diff --git a/sys/boot/efi/include/efiapi.h b/stand/efi/include/efiapi.h
index 8bab2173c0a5..8bab2173c0a5 100644
--- a/sys/boot/efi/include/efiapi.h
+++ b/stand/efi/include/efiapi.h
diff --git a/sys/boot/efi/include/efichar.h b/stand/efi/include/efichar.h
index 2fa4ed44792c..2fa4ed44792c 100644
--- a/sys/boot/efi/include/efichar.h
+++ b/stand/efi/include/efichar.h
diff --git a/sys/boot/efi/include/eficon.h b/stand/efi/include/eficon.h
index 2f719e70a7e4..2f719e70a7e4 100644
--- a/sys/boot/efi/include/eficon.h
+++ b/stand/efi/include/eficon.h
diff --git a/sys/boot/efi/include/eficonsctl.h b/stand/efi/include/eficonsctl.h
index 68be3d69f4fd..68be3d69f4fd 100644
--- a/sys/boot/efi/include/eficonsctl.h
+++ b/stand/efi/include/eficonsctl.h
diff --git a/sys/boot/efi/include/efidebug.h b/stand/efi/include/efidebug.h
index 5576d5f4e48c..5576d5f4e48c 100644
--- a/sys/boot/efi/include/efidebug.h
+++ b/stand/efi/include/efidebug.h
diff --git a/sys/boot/efi/include/efidef.h b/stand/efi/include/efidef.h
index 9cc5cdcbe883..9cc5cdcbe883 100644
--- a/sys/boot/efi/include/efidef.h
+++ b/stand/efi/include/efidef.h
diff --git a/sys/boot/efi/include/efidevp.h b/stand/efi/include/efidevp.h
index cda6b41fdd4f..cda6b41fdd4f 100644
--- a/sys/boot/efi/include/efidevp.h
+++ b/stand/efi/include/efidevp.h
diff --git a/sys/boot/efi/include/efierr.h b/stand/efi/include/efierr.h
index a8b655718599..a8b655718599 100644
--- a/sys/boot/efi/include/efierr.h
+++ b/stand/efi/include/efierr.h
diff --git a/sys/boot/efi/include/efifpswa.h b/stand/efi/include/efifpswa.h
index 21823c5ff6f1..21823c5ff6f1 100644
--- a/sys/boot/efi/include/efifpswa.h
+++ b/stand/efi/include/efifpswa.h
diff --git a/sys/boot/efi/include/efifs.h b/stand/efi/include/efifs.h
index 58febb66eb75..58febb66eb75 100644
--- a/sys/boot/efi/include/efifs.h
+++ b/stand/efi/include/efifs.h
diff --git a/sys/boot/efi/include/efigop.h b/stand/efi/include/efigop.h
index 104fa6e44b5a..104fa6e44b5a 100644
--- a/sys/boot/efi/include/efigop.h
+++ b/stand/efi/include/efigop.h
diff --git a/sys/boot/efi/include/efilib.h b/stand/efi/include/efilib.h
index 8721bc576626..8721bc576626 100644
--- a/sys/boot/efi/include/efilib.h
+++ b/stand/efi/include/efilib.h
diff --git a/sys/boot/efi/include/efinet.h b/stand/efi/include/efinet.h
index 3ac58b2431ca..3ac58b2431ca 100644
--- a/sys/boot/efi/include/efinet.h
+++ b/stand/efi/include/efinet.h
diff --git a/sys/boot/efi/include/efipart.h b/stand/efi/include/efipart.h
index ef1a8709d91b..ef1a8709d91b 100644
--- a/sys/boot/efi/include/efipart.h
+++ b/stand/efi/include/efipart.h
diff --git a/sys/boot/efi/include/efipciio.h b/stand/efi/include/efipciio.h
index b00d6ecc994a..b00d6ecc994a 100644
--- a/sys/boot/efi/include/efipciio.h
+++ b/stand/efi/include/efipciio.h
diff --git a/sys/boot/efi/include/efiprot.h b/stand/efi/include/efiprot.h
index 351b2d347ad4..351b2d347ad4 100644
--- a/sys/boot/efi/include/efiprot.h
+++ b/stand/efi/include/efiprot.h
diff --git a/sys/boot/efi/include/efipxebc.h b/stand/efi/include/efipxebc.h
index ba0b2e9b6c5d..ba0b2e9b6c5d 100644
--- a/sys/boot/efi/include/efipxebc.h
+++ b/stand/efi/include/efipxebc.h
diff --git a/sys/boot/efi/include/efiser.h b/stand/efi/include/efiser.h
index e3d66e203a4b..e3d66e203a4b 100644
--- a/sys/boot/efi/include/efiser.h
+++ b/stand/efi/include/efiser.h
diff --git a/sys/boot/efi/include/efistdarg.h b/stand/efi/include/efistdarg.h
index 25f556984112..25f556984112 100644
--- a/sys/boot/efi/include/efistdarg.h
+++ b/stand/efi/include/efistdarg.h
diff --git a/sys/boot/efi/include/efiuga.h b/stand/efi/include/efiuga.h
index 28c738e7fbc4..28c738e7fbc4 100644
--- a/sys/boot/efi/include/efiuga.h
+++ b/stand/efi/include/efiuga.h
diff --git a/sys/boot/efi/include/efizfs.h b/stand/efi/include/efizfs.h
index 1fd034fb2ab3..1fd034fb2ab3 100644
--- a/sys/boot/efi/include/efizfs.h
+++ b/stand/efi/include/efizfs.h
diff --git a/sys/boot/efi/include/i386/efibind.h b/stand/efi/include/i386/efibind.h
index 0f1d4f115598..0f1d4f115598 100644
--- a/sys/boot/efi/include/i386/efibind.h
+++ b/stand/efi/include/i386/efibind.h
diff --git a/sys/boot/efi/include/i386/pe.h b/stand/efi/include/i386/pe.h
index e2ae25c3ddf6..e2ae25c3ddf6 100644
--- a/sys/boot/efi/include/i386/pe.h
+++ b/stand/efi/include/i386/pe.h
diff --git a/sys/boot/efi/libefi/Makefile b/stand/efi/libefi/Makefile
index e0ffd7b80f62..e0ffd7b80f62 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/stand/efi/libefi/Makefile
diff --git a/sys/boot/efi/libefi/Makefile.depend b/stand/efi/libefi/Makefile.depend
index 18be76b0cb6f..18be76b0cb6f 100644
--- a/sys/boot/efi/libefi/Makefile.depend
+++ b/stand/efi/libefi/Makefile.depend
diff --git a/sys/boot/efi/libefi/delay.c b/stand/efi/libefi/delay.c
index 723f681c5286..723f681c5286 100644
--- a/sys/boot/efi/libefi/delay.c
+++ b/stand/efi/libefi/delay.c
diff --git a/sys/boot/efi/libefi/devicename.c b/stand/efi/libefi/devicename.c
index 52e4799c8f3d..52e4799c8f3d 100644
--- a/sys/boot/efi/libefi/devicename.c
+++ b/stand/efi/libefi/devicename.c
diff --git a/sys/boot/efi/libefi/devpath.c b/stand/efi/libefi/devpath.c
index f881cfce9896..f881cfce9896 100644
--- a/sys/boot/efi/libefi/devpath.c
+++ b/stand/efi/libefi/devpath.c
diff --git a/sys/boot/efi/libefi/efi_console.c b/stand/efi/libefi/efi_console.c
index 450ed46a23f5..450ed46a23f5 100644
--- a/sys/boot/efi/libefi/efi_console.c
+++ b/stand/efi/libefi/efi_console.c
diff --git a/sys/boot/efi/libefi/efi_driver_utils.c b/stand/efi/libefi/efi_driver_utils.c
index 0edea5c1e0d8..0edea5c1e0d8 100644
--- a/sys/boot/efi/libefi/efi_driver_utils.c
+++ b/stand/efi/libefi/efi_driver_utils.c
diff --git a/sys/boot/efi/libefi/efichar.c b/stand/efi/libefi/efichar.c
index dad4e963300c..dad4e963300c 100644
--- a/sys/boot/efi/libefi/efichar.c
+++ b/stand/efi/libefi/efichar.c
diff --git a/sys/boot/efi/libefi/efinet.c b/stand/efi/libefi/efinet.c
index cdb63c99f39b..cdb63c99f39b 100644
--- a/sys/boot/efi/libefi/efinet.c
+++ b/stand/efi/libefi/efinet.c
diff --git a/sys/boot/efi/libefi/efipart.c b/stand/efi/libefi/efipart.c
index 724233c5ab08..724233c5ab08 100644
--- a/sys/boot/efi/libefi/efipart.c
+++ b/stand/efi/libefi/efipart.c
diff --git a/sys/boot/efi/libefi/efizfs.c b/stand/efi/libefi/efizfs.c
index 7c434765fb54..7c434765fb54 100644
--- a/sys/boot/efi/libefi/efizfs.c
+++ b/stand/efi/libefi/efizfs.c
diff --git a/sys/boot/efi/libefi/env.c b/stand/efi/libefi/env.c
index ceec7b2a18f8..ceec7b2a18f8 100644
--- a/sys/boot/efi/libefi/env.c
+++ b/stand/efi/libefi/env.c
diff --git a/sys/boot/efi/libefi/errno.c b/stand/efi/libefi/errno.c
index 0f354c3f3c8f..0f354c3f3c8f 100644
--- a/sys/boot/efi/libefi/errno.c
+++ b/stand/efi/libefi/errno.c
diff --git a/sys/boot/efi/libefi/handles.c b/stand/efi/libefi/handles.c
index 1e4ef6ffbd50..1e4ef6ffbd50 100644
--- a/sys/boot/efi/libefi/handles.c
+++ b/stand/efi/libefi/handles.c
diff --git a/sys/boot/efi/libefi/libefi.c b/stand/efi/libefi/libefi.c
index e0a721f58b32..e0a721f58b32 100644
--- a/sys/boot/efi/libefi/libefi.c
+++ b/stand/efi/libefi/libefi.c
diff --git a/sys/boot/efi/libefi/time.c b/stand/efi/libefi/time.c
index fe0d2ef2702b..fe0d2ef2702b 100644
--- a/sys/boot/efi/libefi/time.c
+++ b/stand/efi/libefi/time.c
diff --git a/sys/boot/efi/libefi/time_event.c b/stand/efi/libefi/time_event.c
index f96f1d845f6a..f96f1d845f6a 100644
--- a/sys/boot/efi/libefi/time_event.c
+++ b/stand/efi/libefi/time_event.c
diff --git a/sys/boot/efi/libefi/wchar.c b/stand/efi/libefi/wchar.c
index d8d81aca4bcc..d8d81aca4bcc 100644
--- a/sys/boot/efi/libefi/wchar.c
+++ b/stand/efi/libefi/wchar.c
diff --git a/sys/boot/efi/loader/Makefile b/stand/efi/loader/Makefile
index a3a23c87dfe7..a3a23c87dfe7 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/stand/efi/loader/Makefile
diff --git a/stand/efi/loader/Makefile.depend b/stand/efi/loader/Makefile.depend
new file mode 100644
index 000000000000..657c40116b4d
--- /dev/null
+++ b/stand/efi/loader/Makefile.depend
@@ -0,0 +1,17 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ stand/efi/libefi \
+ stand/ficl \
+ stand/libsa \
+ stand/zfs \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/sys/boot/efi/loader/arch/amd64/Makefile.inc b/stand/efi/loader/arch/amd64/Makefile.inc
index b6d824ce57e4..b6d824ce57e4 100644
--- a/sys/boot/efi/loader/arch/amd64/Makefile.inc
+++ b/stand/efi/loader/arch/amd64/Makefile.inc
diff --git a/sys/boot/efi/loader/arch/amd64/amd64_tramp.S b/stand/efi/loader/arch/amd64/amd64_tramp.S
index c102d9243589..c102d9243589 100644
--- a/sys/boot/efi/loader/arch/amd64/amd64_tramp.S
+++ b/stand/efi/loader/arch/amd64/amd64_tramp.S
diff --git a/sys/boot/efi/loader/arch/amd64/elf64_freebsd.c b/stand/efi/loader/arch/amd64/elf64_freebsd.c
index 37e9fe1b4b18..37e9fe1b4b18 100644
--- a/sys/boot/efi/loader/arch/amd64/elf64_freebsd.c
+++ b/stand/efi/loader/arch/amd64/elf64_freebsd.c
diff --git a/sys/boot/efi/loader/arch/amd64/exc.S b/stand/efi/loader/arch/amd64/exc.S
index 0035d4a37e20..0035d4a37e20 100644
--- a/sys/boot/efi/loader/arch/amd64/exc.S
+++ b/stand/efi/loader/arch/amd64/exc.S
diff --git a/sys/boot/efi/loader/arch/amd64/ldscript.amd64 b/stand/efi/loader/arch/amd64/ldscript.amd64
index 874df9b08f9e..874df9b08f9e 100644
--- a/sys/boot/efi/loader/arch/amd64/ldscript.amd64
+++ b/stand/efi/loader/arch/amd64/ldscript.amd64
diff --git a/sys/boot/efi/loader/arch/amd64/start.S b/stand/efi/loader/arch/amd64/start.S
index 774ef4fa7901..774ef4fa7901 100644
--- a/sys/boot/efi/loader/arch/amd64/start.S
+++ b/stand/efi/loader/arch/amd64/start.S
diff --git a/sys/boot/efi/loader/arch/amd64/trap.c b/stand/efi/loader/arch/amd64/trap.c
index e8cf188cf22f..e8cf188cf22f 100644
--- a/sys/boot/efi/loader/arch/amd64/trap.c
+++ b/stand/efi/loader/arch/amd64/trap.c
diff --git a/sys/boot/efi/loader/arch/arm/Makefile.inc b/stand/efi/loader/arch/arm/Makefile.inc
index 74e6616e991b..74e6616e991b 100644
--- a/sys/boot/efi/loader/arch/arm/Makefile.inc
+++ b/stand/efi/loader/arch/arm/Makefile.inc
diff --git a/sys/boot/efi/loader/arch/arm/exec.c b/stand/efi/loader/arch/arm/exec.c
index 83d3f2b1140a..83d3f2b1140a 100644
--- a/sys/boot/efi/loader/arch/arm/exec.c
+++ b/stand/efi/loader/arch/arm/exec.c
diff --git a/sys/boot/efi/loader/arch/arm/ldscript.arm b/stand/efi/loader/arch/arm/ldscript.arm
index 9f6e7c29117e..9f6e7c29117e 100644
--- a/sys/boot/efi/loader/arch/arm/ldscript.arm
+++ b/stand/efi/loader/arch/arm/ldscript.arm
diff --git a/sys/boot/efi/loader/arch/arm/start.S b/stand/efi/loader/arch/arm/start.S
index 5b6182d67d0a..5b6182d67d0a 100644
--- a/sys/boot/efi/loader/arch/arm/start.S
+++ b/stand/efi/loader/arch/arm/start.S
diff --git a/sys/boot/efi/loader/arch/arm64/Makefile.inc b/stand/efi/loader/arch/arm64/Makefile.inc
index a71bcc2e1a1f..a71bcc2e1a1f 100644
--- a/sys/boot/efi/loader/arch/arm64/Makefile.inc
+++ b/stand/efi/loader/arch/arm64/Makefile.inc
diff --git a/sys/boot/efi/loader/arch/arm64/exec.c b/stand/efi/loader/arch/arm64/exec.c
index 45321261def0..45321261def0 100644
--- a/sys/boot/efi/loader/arch/arm64/exec.c
+++ b/stand/efi/loader/arch/arm64/exec.c
diff --git a/sys/boot/efi/loader/arch/arm64/ldscript.arm64 b/stand/efi/loader/arch/arm64/ldscript.arm64
index 685c0967840d..685c0967840d 100644
--- a/sys/boot/efi/loader/arch/arm64/ldscript.arm64
+++ b/stand/efi/loader/arch/arm64/ldscript.arm64
diff --git a/sys/boot/efi/loader/arch/arm64/start.S b/stand/efi/loader/arch/arm64/start.S
index b58c2c50be9f..b58c2c50be9f 100644
--- a/sys/boot/efi/loader/arch/arm64/start.S
+++ b/stand/efi/loader/arch/arm64/start.S
diff --git a/sys/boot/efi/loader/arch/i386/Makefile.inc b/stand/efi/loader/arch/i386/Makefile.inc
index 70d2848ba26f..70d2848ba26f 100644
--- a/sys/boot/efi/loader/arch/i386/Makefile.inc
+++ b/stand/efi/loader/arch/i386/Makefile.inc
diff --git a/sys/boot/efi/loader/arch/i386/bootinfo.c b/stand/efi/loader/arch/i386/bootinfo.c
index cbd6e4ebe977..cbd6e4ebe977 100644
--- a/sys/boot/efi/loader/arch/i386/bootinfo.c
+++ b/stand/efi/loader/arch/i386/bootinfo.c
diff --git a/sys/boot/efi/loader/arch/i386/efimd.c b/stand/efi/loader/arch/i386/efimd.c
index 8e1d850d82cc..8e1d850d82cc 100644
--- a/sys/boot/efi/loader/arch/i386/efimd.c
+++ b/stand/efi/loader/arch/i386/efimd.c
diff --git a/sys/boot/efi/loader/arch/i386/elf32_freebsd.c b/stand/efi/loader/arch/i386/elf32_freebsd.c
index d3c42613108e..d3c42613108e 100644
--- a/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
+++ b/stand/efi/loader/arch/i386/elf32_freebsd.c
diff --git a/sys/boot/efi/loader/arch/i386/exec.c b/stand/efi/loader/arch/i386/exec.c
index 579f5593b24b..579f5593b24b 100644
--- a/sys/boot/efi/loader/arch/i386/exec.c
+++ b/stand/efi/loader/arch/i386/exec.c
diff --git a/sys/boot/efi/loader/arch/i386/i386_copy.c b/stand/efi/loader/arch/i386/i386_copy.c
index 522913f5da43..522913f5da43 100644
--- a/sys/boot/efi/loader/arch/i386/i386_copy.c
+++ b/stand/efi/loader/arch/i386/i386_copy.c
diff --git a/sys/boot/efi/loader/arch/i386/ldscript.i386 b/stand/efi/loader/arch/i386/ldscript.i386
index e17212a1bddd..e17212a1bddd 100644
--- a/sys/boot/efi/loader/arch/i386/ldscript.i386
+++ b/stand/efi/loader/arch/i386/ldscript.i386
diff --git a/sys/boot/efi/loader/arch/i386/start.S b/stand/efi/loader/arch/i386/start.S
index b597f419d4a1..b597f419d4a1 100644
--- a/sys/boot/efi/loader/arch/i386/start.S
+++ b/stand/efi/loader/arch/i386/start.S
diff --git a/sys/boot/efi/loader/autoload.c b/stand/efi/loader/autoload.c
index c1eb84928ed8..c1eb84928ed8 100644
--- a/sys/boot/efi/loader/autoload.c
+++ b/stand/efi/loader/autoload.c
diff --git a/sys/boot/efi/loader/bootinfo.c b/stand/efi/loader/bootinfo.c
index ca06a6194f8d..ca06a6194f8d 100644
--- a/sys/boot/efi/loader/bootinfo.c
+++ b/stand/efi/loader/bootinfo.c
diff --git a/sys/boot/efi/loader/conf.c b/stand/efi/loader/conf.c
index cea95b3db104..cea95b3db104 100644
--- a/sys/boot/efi/loader/conf.c
+++ b/stand/efi/loader/conf.c
diff --git a/sys/boot/efi/loader/copy.c b/stand/efi/loader/copy.c
index efa42b99d66e..efa42b99d66e 100644
--- a/sys/boot/efi/loader/copy.c
+++ b/stand/efi/loader/copy.c
diff --git a/sys/boot/efi/loader/efi_main.c b/stand/efi/loader/efi_main.c
index e424d89666ec..e424d89666ec 100644
--- a/sys/boot/efi/loader/efi_main.c
+++ b/stand/efi/loader/efi_main.c
diff --git a/sys/boot/efi/loader/framebuffer.c b/stand/efi/loader/framebuffer.c
index 37999ea1d372..37999ea1d372 100644
--- a/sys/boot/efi/loader/framebuffer.c
+++ b/stand/efi/loader/framebuffer.c
diff --git a/sys/boot/efi/loader/framebuffer.h b/stand/efi/loader/framebuffer.h
index 2ec9017dc3ee..2ec9017dc3ee 100644
--- a/sys/boot/efi/loader/framebuffer.h
+++ b/stand/efi/loader/framebuffer.h
diff --git a/sys/boot/efi/loader/loader_efi.h b/stand/efi/loader/loader_efi.h
index 780fbfe4c6aa..780fbfe4c6aa 100644
--- a/sys/boot/efi/loader/loader_efi.h
+++ b/stand/efi/loader/loader_efi.h
diff --git a/sys/boot/efi/loader/main.c b/stand/efi/loader/main.c
index 129fd72068ba..129fd72068ba 100644
--- a/sys/boot/efi/loader/main.c
+++ b/stand/efi/loader/main.c
diff --git a/sys/boot/efi/loader/version b/stand/efi/loader/version
index 3a4c47c5efb1..3a4c47c5efb1 100644
--- a/sys/boot/efi/loader/version
+++ b/stand/efi/loader/version
diff --git a/sys/boot/fdt.mk b/stand/fdt.mk
index 4d4794d980f2..4d4794d980f2 100644
--- a/sys/boot/fdt.mk
+++ b/stand/fdt.mk
diff --git a/sys/boot/fdt/Makefile b/stand/fdt/Makefile
index a725499d2f78..a725499d2f78 100644
--- a/sys/boot/fdt/Makefile
+++ b/stand/fdt/Makefile
diff --git a/sys/boot/fdt/Makefile.depend b/stand/fdt/Makefile.depend
index 18be76b0cb6f..18be76b0cb6f 100644
--- a/sys/boot/fdt/Makefile.depend
+++ b/stand/fdt/Makefile.depend
diff --git a/sys/boot/fdt/fdt_loader_cmd.c b/stand/fdt/fdt_loader_cmd.c
index a463631301c5..a463631301c5 100644
--- a/sys/boot/fdt/fdt_loader_cmd.c
+++ b/stand/fdt/fdt_loader_cmd.c
diff --git a/sys/boot/fdt/fdt_overlay.c b/stand/fdt/fdt_overlay.c
index 9f77e8666006..9f77e8666006 100644
--- a/sys/boot/fdt/fdt_overlay.c
+++ b/stand/fdt/fdt_overlay.c
diff --git a/sys/boot/fdt/fdt_overlay.h b/stand/fdt/fdt_overlay.h
index 0f9134384d3c..0f9134384d3c 100644
--- a/sys/boot/fdt/fdt_overlay.h
+++ b/stand/fdt/fdt_overlay.h
diff --git a/sys/boot/fdt/fdt_platform.h b/stand/fdt/fdt_platform.h
index eae940aab030..eae940aab030 100644
--- a/sys/boot/fdt/fdt_platform.h
+++ b/stand/fdt/fdt_platform.h
diff --git a/sys/boot/fdt/help.fdt b/stand/fdt/help.fdt
index 665f63c260c6..665f63c260c6 100644
--- a/sys/boot/fdt/help.fdt
+++ b/stand/fdt/help.fdt
diff --git a/sys/boot/ficl.mk b/stand/ficl.mk
index a0a13206b495..a0a13206b495 100644
--- a/sys/boot/ficl.mk
+++ b/stand/ficl.mk
diff --git a/sys/boot/ficl/Makefile b/stand/ficl/Makefile
index 9a13614a7fea..9a13614a7fea 100644
--- a/sys/boot/ficl/Makefile
+++ b/stand/ficl/Makefile
diff --git a/sys/boot/ficl/Makefile.depend b/stand/ficl/Makefile.depend
index c210061155d2..c210061155d2 100644
--- a/sys/boot/ficl/Makefile.depend
+++ b/stand/ficl/Makefile.depend
diff --git a/sys/boot/ficl/aarch64/sysdep.c b/stand/ficl/aarch64/sysdep.c
index ad38660843cd..ad38660843cd 100644
--- a/sys/boot/ficl/aarch64/sysdep.c
+++ b/stand/ficl/aarch64/sysdep.c
diff --git a/sys/boot/ficl/aarch64/sysdep.h b/stand/ficl/aarch64/sysdep.h
index 3726b9ef838f..3726b9ef838f 100644
--- a/sys/boot/ficl/aarch64/sysdep.h
+++ b/stand/ficl/aarch64/sysdep.h
diff --git a/sys/boot/ficl/amd64/sysdep.c b/stand/ficl/amd64/sysdep.c
index 5957b71e461a..5957b71e461a 100644
--- a/sys/boot/ficl/amd64/sysdep.c
+++ b/stand/ficl/amd64/sysdep.c
diff --git a/sys/boot/ficl/amd64/sysdep.h b/stand/ficl/amd64/sysdep.h
index 08bc0e1f4d0b..08bc0e1f4d0b 100644
--- a/sys/boot/ficl/amd64/sysdep.h
+++ b/stand/ficl/amd64/sysdep.h
diff --git a/sys/boot/ficl/arm/sysdep.c b/stand/ficl/arm/sysdep.c
index ad38660843cd..ad38660843cd 100644
--- a/sys/boot/ficl/arm/sysdep.c
+++ b/stand/ficl/arm/sysdep.c
diff --git a/sys/boot/ficl/arm/sysdep.h b/stand/ficl/arm/sysdep.h
index 00718eedd35c..00718eedd35c 100644
--- a/sys/boot/ficl/arm/sysdep.h
+++ b/stand/ficl/arm/sysdep.h
diff --git a/sys/boot/ficl/dict.c b/stand/ficl/dict.c
index b76d92559f8f..b76d92559f8f 100644
--- a/sys/boot/ficl/dict.c
+++ b/stand/ficl/dict.c
diff --git a/sys/boot/ficl/ficl.c b/stand/ficl/ficl.c
index 219cf84b2225..219cf84b2225 100644
--- a/sys/boot/ficl/ficl.c
+++ b/stand/ficl/ficl.c
diff --git a/sys/boot/ficl/ficl.h b/stand/ficl/ficl.h
index 8829ccea9668..8829ccea9668 100644
--- a/sys/boot/ficl/ficl.h
+++ b/stand/ficl/ficl.h
diff --git a/sys/boot/ficl/fileaccess.c b/stand/ficl/fileaccess.c
index 2b981c870975..2b981c870975 100644
--- a/sys/boot/ficl/fileaccess.c
+++ b/stand/ficl/fileaccess.c
diff --git a/sys/boot/ficl/float.c b/stand/ficl/float.c
index d757b23648bc..d757b23648bc 100644
--- a/sys/boot/ficl/float.c
+++ b/stand/ficl/float.c
diff --git a/sys/boot/ficl/i386/sysdep.c b/stand/ficl/i386/sysdep.c
index ea594e63808f..ea594e63808f 100644
--- a/sys/boot/ficl/i386/sysdep.c
+++ b/stand/ficl/i386/sysdep.c
diff --git a/sys/boot/ficl/i386/sysdep.h b/stand/ficl/i386/sysdep.h
index 94fda2047ede..94fda2047ede 100644
--- a/sys/boot/ficl/i386/sysdep.h
+++ b/stand/ficl/i386/sysdep.h
diff --git a/sys/boot/ficl/loader.c b/stand/ficl/loader.c
index 50f70642cc5c..50f70642cc5c 100644
--- a/sys/boot/ficl/loader.c
+++ b/stand/ficl/loader.c
diff --git a/sys/boot/ficl/math64.c b/stand/ficl/math64.c
index 6e50458151bc..6e50458151bc 100644
--- a/sys/boot/ficl/math64.c
+++ b/stand/ficl/math64.c
diff --git a/sys/boot/ficl/math64.h b/stand/ficl/math64.h
index a4e56369564f..a4e56369564f 100644
--- a/sys/boot/ficl/math64.h
+++ b/stand/ficl/math64.h
diff --git a/sys/boot/ficl/mips/sysdep.c b/stand/ficl/mips/sysdep.c
index ad38660843cd..ad38660843cd 100644
--- a/sys/boot/ficl/mips/sysdep.c
+++ b/stand/ficl/mips/sysdep.c
diff --git a/sys/boot/ficl/mips/sysdep.h b/stand/ficl/mips/sysdep.h
index 3ae748e259c7..3ae748e259c7 100644
--- a/sys/boot/ficl/mips/sysdep.h
+++ b/stand/ficl/mips/sysdep.h
diff --git a/sys/boot/ficl/mips64/sysdep.c b/stand/ficl/mips64/sysdep.c
index ad38660843cd..ad38660843cd 100644
--- a/sys/boot/ficl/mips64/sysdep.c
+++ b/stand/ficl/mips64/sysdep.c
diff --git a/sys/boot/ficl/mips64/sysdep.h b/stand/ficl/mips64/sysdep.h
index 5c9e163acb70..5c9e163acb70 100644
--- a/sys/boot/ficl/mips64/sysdep.h
+++ b/stand/ficl/mips64/sysdep.h
diff --git a/sys/boot/ficl/powerpc/sysdep.c b/stand/ficl/powerpc/sysdep.c
index ad38660843cd..ad38660843cd 100644
--- a/sys/boot/ficl/powerpc/sysdep.c
+++ b/stand/ficl/powerpc/sysdep.c
diff --git a/sys/boot/ficl/powerpc/sysdep.h b/stand/ficl/powerpc/sysdep.h
index 3ae748e259c7..3ae748e259c7 100644
--- a/sys/boot/ficl/powerpc/sysdep.h
+++ b/stand/ficl/powerpc/sysdep.h
diff --git a/sys/boot/ficl/prefix.c b/stand/ficl/prefix.c
index a34fc6c78240..a34fc6c78240 100644
--- a/sys/boot/ficl/prefix.c
+++ b/stand/ficl/prefix.c
diff --git a/sys/boot/ficl/riscv/sysdep.c b/stand/ficl/riscv/sysdep.c
index ad38660843cd..ad38660843cd 100644
--- a/sys/boot/ficl/riscv/sysdep.c
+++ b/stand/ficl/riscv/sysdep.c
diff --git a/sys/boot/ficl/riscv/sysdep.h b/stand/ficl/riscv/sysdep.h
index 3726b9ef838f..3726b9ef838f 100644
--- a/sys/boot/ficl/riscv/sysdep.h
+++ b/stand/ficl/riscv/sysdep.h
diff --git a/sys/boot/ficl/search.c b/stand/ficl/search.c
index d445cb32d93a..d445cb32d93a 100644
--- a/sys/boot/ficl/search.c
+++ b/stand/ficl/search.c
diff --git a/sys/boot/ficl/softwords/classes.fr b/stand/ficl/softwords/classes.fr
index b56da378e970..b56da378e970 100644
--- a/sys/boot/ficl/softwords/classes.fr
+++ b/stand/ficl/softwords/classes.fr
diff --git a/sys/boot/ficl/softwords/ficlclass.fr b/stand/ficl/softwords/ficlclass.fr
index 6d75efb0d3c5..6d75efb0d3c5 100644
--- a/sys/boot/ficl/softwords/ficlclass.fr
+++ b/stand/ficl/softwords/ficlclass.fr
diff --git a/sys/boot/ficl/softwords/ficllocal.fr b/stand/ficl/softwords/ficllocal.fr
index c916089696c1..c916089696c1 100644
--- a/sys/boot/ficl/softwords/ficllocal.fr
+++ b/stand/ficl/softwords/ficllocal.fr
diff --git a/sys/boot/ficl/softwords/fileaccess.fr b/stand/ficl/softwords/fileaccess.fr
index 7297df681cf3..7297df681cf3 100644
--- a/sys/boot/ficl/softwords/fileaccess.fr
+++ b/stand/ficl/softwords/fileaccess.fr
diff --git a/sys/boot/ficl/softwords/forml.fr b/stand/ficl/softwords/forml.fr
index 1144ef536792..1144ef536792 100644
--- a/sys/boot/ficl/softwords/forml.fr
+++ b/stand/ficl/softwords/forml.fr
diff --git a/sys/boot/ficl/softwords/freebsd.fr b/stand/ficl/softwords/freebsd.fr
index 96205c0808dd..96205c0808dd 100644
--- a/sys/boot/ficl/softwords/freebsd.fr
+++ b/stand/ficl/softwords/freebsd.fr
diff --git a/sys/boot/ficl/softwords/ifbrack.fr b/stand/ficl/softwords/ifbrack.fr
index a8c60626c4f8..a8c60626c4f8 100644
--- a/sys/boot/ficl/softwords/ifbrack.fr
+++ b/stand/ficl/softwords/ifbrack.fr
diff --git a/sys/boot/ficl/softwords/jhlocal.fr b/stand/ficl/softwords/jhlocal.fr
index 12ccb9fea753..12ccb9fea753 100644
--- a/sys/boot/ficl/softwords/jhlocal.fr
+++ b/stand/ficl/softwords/jhlocal.fr
diff --git a/sys/boot/ficl/softwords/marker.fr b/stand/ficl/softwords/marker.fr
index ee3c9bdf2f64..ee3c9bdf2f64 100644
--- a/sys/boot/ficl/softwords/marker.fr
+++ b/stand/ficl/softwords/marker.fr
diff --git a/sys/boot/ficl/softwords/oo.fr b/stand/ficl/softwords/oo.fr
index b1c8e214e5bd..b1c8e214e5bd 100644
--- a/sys/boot/ficl/softwords/oo.fr
+++ b/stand/ficl/softwords/oo.fr
diff --git a/sys/boot/ficl/softwords/prefix.fr b/stand/ficl/softwords/prefix.fr
index ae1727fc00bc..ae1727fc00bc 100644
--- a/sys/boot/ficl/softwords/prefix.fr
+++ b/stand/ficl/softwords/prefix.fr
diff --git a/sys/boot/ficl/softwords/softcore.awk b/stand/ficl/softwords/softcore.awk
index 5a97999a9823..5a97999a9823 100644
--- a/sys/boot/ficl/softwords/softcore.awk
+++ b/stand/ficl/softwords/softcore.awk
diff --git a/sys/boot/ficl/softwords/softcore.fr b/stand/ficl/softwords/softcore.fr
index a70ebaa634ef..a70ebaa634ef 100644
--- a/sys/boot/ficl/softwords/softcore.fr
+++ b/stand/ficl/softwords/softcore.fr
diff --git a/sys/boot/ficl/softwords/string.fr b/stand/ficl/softwords/string.fr
index dabb3900892f..dabb3900892f 100644
--- a/sys/boot/ficl/softwords/string.fr
+++ b/stand/ficl/softwords/string.fr
diff --git a/sys/boot/ficl/sparc64/sysdep.c b/stand/ficl/sparc64/sysdep.c
index ad38660843cd..ad38660843cd 100644
--- a/sys/boot/ficl/sparc64/sysdep.c
+++ b/stand/ficl/sparc64/sysdep.c
diff --git a/sys/boot/ficl/sparc64/sysdep.h b/stand/ficl/sparc64/sysdep.h
index 0a6ca33363dd..0a6ca33363dd 100644
--- a/sys/boot/ficl/sparc64/sysdep.h
+++ b/stand/ficl/sparc64/sysdep.h
diff --git a/sys/boot/ficl/stack.c b/stand/ficl/stack.c
index f98a3b61db7d..f98a3b61db7d 100644
--- a/sys/boot/ficl/stack.c
+++ b/stand/ficl/stack.c
diff --git a/sys/boot/ficl/testmain.c b/stand/ficl/testmain.c
index 7167f30a2561..7167f30a2561 100644
--- a/sys/boot/ficl/testmain.c
+++ b/stand/ficl/testmain.c
diff --git a/sys/boot/ficl/tools.c b/stand/ficl/tools.c
index db1e94850f5e..db1e94850f5e 100644
--- a/sys/boot/ficl/tools.c
+++ b/stand/ficl/tools.c
diff --git a/sys/boot/ficl/unix.c b/stand/ficl/unix.c
index 5b5644079ba9..5b5644079ba9 100644
--- a/sys/boot/ficl/unix.c
+++ b/stand/ficl/unix.c
diff --git a/sys/boot/ficl/vm.c b/stand/ficl/vm.c
index 97a4f04e3b3b..97a4f04e3b3b 100644
--- a/sys/boot/ficl/vm.c
+++ b/stand/ficl/vm.c
diff --git a/sys/boot/ficl/words.c b/stand/ficl/words.c
index eee6fe93562b..eee6fe93562b 100644
--- a/sys/boot/ficl/words.c
+++ b/stand/ficl/words.c
diff --git a/sys/boot/ficl32/Makefile b/stand/ficl32/Makefile
index 09499464ac89..09499464ac89 100644
--- a/sys/boot/ficl32/Makefile
+++ b/stand/ficl32/Makefile
diff --git a/sys/boot/ficl32/Makefile.depend b/stand/ficl32/Makefile.depend
index c210061155d2..c210061155d2 100644
--- a/sys/boot/ficl32/Makefile.depend
+++ b/stand/ficl32/Makefile.depend
diff --git a/sys/boot/forth/Makefile b/stand/forth/Makefile
index 74d9ed744322..74d9ed744322 100644
--- a/sys/boot/forth/Makefile
+++ b/stand/forth/Makefile
diff --git a/sys/boot/forth/Makefile.depend b/stand/forth/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/forth/Makefile.depend
+++ b/stand/forth/Makefile.depend
diff --git a/sys/boot/forth/beastie.4th b/stand/forth/beastie.4th
index 752cce22a4ff..752cce22a4ff 100644
--- a/sys/boot/forth/beastie.4th
+++ b/stand/forth/beastie.4th
diff --git a/sys/boot/forth/beastie.4th.8 b/stand/forth/beastie.4th.8
index e99f65474b43..e99f65474b43 100644
--- a/sys/boot/forth/beastie.4th.8
+++ b/stand/forth/beastie.4th.8
diff --git a/sys/boot/forth/brand-fbsd.4th b/stand/forth/brand-fbsd.4th
index 9cd017f84a3f..9cd017f84a3f 100644
--- a/sys/boot/forth/brand-fbsd.4th
+++ b/stand/forth/brand-fbsd.4th
diff --git a/sys/boot/forth/brand.4th b/stand/forth/brand.4th
index 39a9bfae753c..39a9bfae753c 100644
--- a/sys/boot/forth/brand.4th
+++ b/stand/forth/brand.4th
diff --git a/sys/boot/forth/brand.4th.8 b/stand/forth/brand.4th.8
index dfd188d0ff84..dfd188d0ff84 100644
--- a/sys/boot/forth/brand.4th.8
+++ b/stand/forth/brand.4th.8
diff --git a/sys/boot/forth/check-password.4th b/stand/forth/check-password.4th
index d41777c8bd2a..d41777c8bd2a 100644
--- a/sys/boot/forth/check-password.4th
+++ b/stand/forth/check-password.4th
diff --git a/sys/boot/forth/check-password.4th.8 b/stand/forth/check-password.4th.8
index db0aa4bc6bc4..db0aa4bc6bc4 100644
--- a/sys/boot/forth/check-password.4th.8
+++ b/stand/forth/check-password.4th.8
diff --git a/sys/boot/forth/color.4th b/stand/forth/color.4th
index 65e6de905ac6..65e6de905ac6 100644
--- a/sys/boot/forth/color.4th
+++ b/stand/forth/color.4th
diff --git a/sys/boot/forth/color.4th.8 b/stand/forth/color.4th.8
index 9191da0f0457..9191da0f0457 100644
--- a/sys/boot/forth/color.4th.8
+++ b/stand/forth/color.4th.8
diff --git a/sys/boot/forth/delay.4th b/stand/forth/delay.4th
index 28cfa5c26eb9..28cfa5c26eb9 100644
--- a/sys/boot/forth/delay.4th
+++ b/stand/forth/delay.4th
diff --git a/sys/boot/forth/delay.4th.8 b/stand/forth/delay.4th.8
index af31fd04bad6..af31fd04bad6 100644
--- a/sys/boot/forth/delay.4th.8
+++ b/stand/forth/delay.4th.8
diff --git a/sys/boot/forth/efi.4th b/stand/forth/efi.4th
index 7c1bdf30b8e1..7c1bdf30b8e1 100644
--- a/sys/boot/forth/efi.4th
+++ b/stand/forth/efi.4th
diff --git a/sys/boot/forth/frames.4th b/stand/forth/frames.4th
index b237afe7ac43..b237afe7ac43 100644
--- a/sys/boot/forth/frames.4th
+++ b/stand/forth/frames.4th
diff --git a/sys/boot/forth/loader.4th b/stand/forth/loader.4th
index 9486237b8a93..9486237b8a93 100644
--- a/sys/boot/forth/loader.4th
+++ b/stand/forth/loader.4th
diff --git a/sys/boot/forth/loader.4th.8 b/stand/forth/loader.4th.8
index b689077058da..b689077058da 100644
--- a/sys/boot/forth/loader.4th.8
+++ b/stand/forth/loader.4th.8
diff --git a/sys/boot/forth/loader.conf b/stand/forth/loader.conf
index 8fe533fd2deb..8fe533fd2deb 100644
--- a/sys/boot/forth/loader.conf
+++ b/stand/forth/loader.conf
diff --git a/sys/boot/forth/loader.conf.5 b/stand/forth/loader.conf.5
index 631250c5278c..631250c5278c 100644
--- a/sys/boot/forth/loader.conf.5
+++ b/stand/forth/loader.conf.5
diff --git a/sys/boot/forth/loader.rc b/stand/forth/loader.rc
index 0bc66579cd0f..0bc66579cd0f 100644
--- a/sys/boot/forth/loader.rc
+++ b/stand/forth/loader.rc
diff --git a/sys/boot/forth/logo-beastie.4th b/stand/forth/logo-beastie.4th
index 671eb5e496b2..671eb5e496b2 100644
--- a/sys/boot/forth/logo-beastie.4th
+++ b/stand/forth/logo-beastie.4th
diff --git a/sys/boot/forth/logo-beastiebw.4th b/stand/forth/logo-beastiebw.4th
index 197099cda0bc..197099cda0bc 100644
--- a/sys/boot/forth/logo-beastiebw.4th
+++ b/stand/forth/logo-beastiebw.4th
diff --git a/sys/boot/forth/logo-fbsdbw.4th b/stand/forth/logo-fbsdbw.4th
index d4a532b78f4f..d4a532b78f4f 100644
--- a/sys/boot/forth/logo-fbsdbw.4th
+++ b/stand/forth/logo-fbsdbw.4th
diff --git a/sys/boot/forth/logo-orb.4th b/stand/forth/logo-orb.4th
index c2a504d1ddf5..c2a504d1ddf5 100644
--- a/sys/boot/forth/logo-orb.4th
+++ b/stand/forth/logo-orb.4th
diff --git a/sys/boot/forth/logo-orbbw.4th b/stand/forth/logo-orbbw.4th
index 11dc11cabb77..11dc11cabb77 100644
--- a/sys/boot/forth/logo-orbbw.4th
+++ b/stand/forth/logo-orbbw.4th
diff --git a/sys/boot/forth/menu-commands.4th b/stand/forth/menu-commands.4th
index 9adf30a46b66..9adf30a46b66 100644
--- a/sys/boot/forth/menu-commands.4th
+++ b/stand/forth/menu-commands.4th
diff --git a/sys/boot/forth/menu.4th b/stand/forth/menu.4th
index e3fe0f7d776e..e3fe0f7d776e 100644
--- a/sys/boot/forth/menu.4th
+++ b/stand/forth/menu.4th
diff --git a/sys/boot/forth/menu.4th.8 b/stand/forth/menu.4th.8
index 3673eec74aa7..3673eec74aa7 100644
--- a/sys/boot/forth/menu.4th.8
+++ b/stand/forth/menu.4th.8
diff --git a/sys/boot/forth/menu.rc b/stand/forth/menu.rc
index 6fe3dfe14281..6fe3dfe14281 100644
--- a/sys/boot/forth/menu.rc
+++ b/stand/forth/menu.rc
diff --git a/sys/boot/forth/menusets.4th b/stand/forth/menusets.4th
index 9335b80d511a..9335b80d511a 100644
--- a/sys/boot/forth/menusets.4th
+++ b/stand/forth/menusets.4th
diff --git a/sys/boot/forth/menusets.4th.8 b/stand/forth/menusets.4th.8
index f785ae18eabe..f785ae18eabe 100644
--- a/sys/boot/forth/menusets.4th.8
+++ b/stand/forth/menusets.4th.8
diff --git a/sys/boot/forth/pcibios.4th b/stand/forth/pcibios.4th
index 71702dad8a0c..71702dad8a0c 100644
--- a/sys/boot/forth/pcibios.4th
+++ b/stand/forth/pcibios.4th
diff --git a/sys/boot/forth/pnp.4th b/stand/forth/pnp.4th
index 8be89d8277fe..4aa4bcf2ac21 100644
--- a/sys/boot/forth/pnp.4th
+++ b/stand/forth/pnp.4th
@@ -45,7 +45,7 @@ structure: pnpident
sizeof STAILQ_ENTRY cells member: pnpid.link \ pnpident
;structure
-structure: pnpinfo \ sync with sys/boot/config/bootstrap.h
+structure: pnpinfo \ sync with stand/common/bootstrap.h
ptr pnpi.desc
int pnpi.revision
ptr pnpi.module \ (char*) module args
diff --git a/sys/boot/forth/screen.4th b/stand/forth/screen.4th
index e0af82b3a8b8..e0af82b3a8b8 100644
--- a/sys/boot/forth/screen.4th
+++ b/stand/forth/screen.4th
diff --git a/sys/boot/forth/shortcuts.4th b/stand/forth/shortcuts.4th
index 33a1cf678988..33a1cf678988 100644
--- a/sys/boot/forth/shortcuts.4th
+++ b/stand/forth/shortcuts.4th
diff --git a/sys/boot/forth/support.4th b/stand/forth/support.4th
index 7ce9e5289acf..aa50b3bb3a9d 100644
--- a/sys/boot/forth/support.4th
+++ b/stand/forth/support.4th
@@ -130,7 +130,7 @@ structure: module
;structure
\ Internal loader structures (preloaded_file, kernel_module, file_metadata)
-\ must be in sync with the C struct in sys/boot/common/bootstrap.h
+\ must be in sync with the C struct in stand/common/bootstrap.h
structure: preloaded_file
ptr pf.name
ptr pf.type
diff --git a/sys/boot/forth/version.4th b/stand/forth/version.4th
index a5311b4442ac..a5311b4442ac 100644
--- a/sys/boot/forth/version.4th
+++ b/stand/forth/version.4th
diff --git a/sys/boot/forth/version.4th.8 b/stand/forth/version.4th.8
index 256df1ee5f87..256df1ee5f87 100644
--- a/sys/boot/forth/version.4th.8
+++ b/stand/forth/version.4th.8
diff --git a/sys/boot/geli/Makefile b/stand/geli/Makefile
index c7904311c08d..c7904311c08d 100644
--- a/sys/boot/geli/Makefile
+++ b/stand/geli/Makefile
diff --git a/sys/boot/geli/Makefile.depend b/stand/geli/Makefile.depend
index 106f2f62b86c..106f2f62b86c 100644
--- a/sys/boot/geli/Makefile.depend
+++ b/stand/geli/Makefile.depend
diff --git a/sys/boot/geli/geliboot.c b/stand/geli/geliboot.c
index 2fca7ba513db..2fca7ba513db 100644
--- a/sys/boot/geli/geliboot.c
+++ b/stand/geli/geliboot.c
diff --git a/sys/boot/geli/geliboot.h b/stand/geli/geliboot.h
index 788b82c574ac..788b82c574ac 100644
--- a/sys/boot/geli/geliboot.h
+++ b/stand/geli/geliboot.h
diff --git a/sys/boot/geli/geliboot_crypto.c b/stand/geli/geliboot_crypto.c
index 4187e97390b8..4187e97390b8 100644
--- a/sys/boot/geli/geliboot_crypto.c
+++ b/stand/geli/geliboot_crypto.c
diff --git a/sys/boot/geli/geliboot_internal.h b/stand/geli/geliboot_internal.h
index 1fad3c5f88ea..1fad3c5f88ea 100644
--- a/sys/boot/geli/geliboot_internal.h
+++ b/stand/geli/geliboot_internal.h
diff --git a/sys/boot/geli/pwgets.c b/stand/geli/pwgets.c
index 450255f1ee36..450255f1ee36 100644
--- a/sys/boot/geli/pwgets.c
+++ b/stand/geli/pwgets.c
diff --git a/sys/boot/i386/Makefile b/stand/i386/Makefile
index 9a1663abab07..9a1663abab07 100644
--- a/sys/boot/i386/Makefile
+++ b/stand/i386/Makefile
diff --git a/sys/boot/i386/Makefile.inc b/stand/i386/Makefile.inc
index 5c36555f940c..54391c4d62c2 100644
--- a/sys/boot/i386/Makefile.inc
+++ b/stand/i386/Makefile.inc
@@ -1,4 +1,4 @@
-# Common defines for all of /sys/boot/i386/
+# Common defines for all of stand/i386/
#
# $FreeBSD$
diff --git a/sys/boot/i386/boot.ldscript b/stand/i386/boot.ldscript
index 04ea39d47693..04ea39d47693 100644
--- a/sys/boot/i386/boot.ldscript
+++ b/stand/i386/boot.ldscript
diff --git a/sys/boot/i386/boot0/Makefile b/stand/i386/boot0/Makefile
index 39c0072e6638..39c0072e6638 100644
--- a/sys/boot/i386/boot0/Makefile
+++ b/stand/i386/boot0/Makefile
diff --git a/sys/boot/i386/boot0/Makefile.depend b/stand/i386/boot0/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/boot0/Makefile.depend
+++ b/stand/i386/boot0/Makefile.depend
diff --git a/sys/boot/i386/boot0/boot0.S b/stand/i386/boot0/boot0.S
index 708f0934c427..708f0934c427 100644
--- a/sys/boot/i386/boot0/boot0.S
+++ b/stand/i386/boot0/boot0.S
diff --git a/sys/boot/i386/boot0sio/Makefile b/stand/i386/boot0sio/Makefile
index 1321dd330c4d..1321dd330c4d 100644
--- a/sys/boot/i386/boot0sio/Makefile
+++ b/stand/i386/boot0sio/Makefile
diff --git a/sys/boot/i386/boot0sio/Makefile.depend b/stand/i386/boot0sio/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/boot0sio/Makefile.depend
+++ b/stand/i386/boot0sio/Makefile.depend
diff --git a/sys/boot/i386/boot2/Makefile b/stand/i386/boot2/Makefile
index c3146b3e9063..c3146b3e9063 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/stand/i386/boot2/Makefile
diff --git a/stand/i386/boot2/Makefile.depend b/stand/i386/boot2/Makefile.depend
new file mode 100644
index 000000000000..bc9b1b7bddc9
--- /dev/null
+++ b/stand/i386/boot2/Makefile.depend
@@ -0,0 +1,14 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ stand/i386/btx/btx \
+ stand/i386/btx/lib \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/sys/boot/i386/boot2/boot1.S b/stand/i386/boot2/boot1.S
index 984ab52a816f..984ab52a816f 100644
--- a/sys/boot/i386/boot2/boot1.S
+++ b/stand/i386/boot2/boot1.S
diff --git a/sys/boot/i386/boot2/boot2.c b/stand/i386/boot2/boot2.c
index cc5d76f86dad..cc5d76f86dad 100644
--- a/sys/boot/i386/boot2/boot2.c
+++ b/stand/i386/boot2/boot2.c
diff --git a/sys/boot/i386/boot2/lib.h b/stand/i386/boot2/lib.h
index d8d3317e5aa0..d8d3317e5aa0 100644
--- a/sys/boot/i386/boot2/lib.h
+++ b/stand/i386/boot2/lib.h
diff --git a/sys/boot/i386/boot2/sio.S b/stand/i386/boot2/sio.S
index ca9d0a2406aa..ca9d0a2406aa 100644
--- a/sys/boot/i386/boot2/sio.S
+++ b/stand/i386/boot2/sio.S
diff --git a/sys/boot/i386/btx/Makefile b/stand/i386/btx/Makefile
index 39f78ed639b9..39f78ed639b9 100644
--- a/sys/boot/i386/btx/Makefile
+++ b/stand/i386/btx/Makefile
diff --git a/sys/boot/i386/btx/Makefile.inc b/stand/i386/btx/Makefile.inc
index 265f86d1ed55..265f86d1ed55 100644
--- a/sys/boot/i386/btx/Makefile.inc
+++ b/stand/i386/btx/Makefile.inc
diff --git a/sys/boot/i386/btx/btx/Makefile b/stand/i386/btx/btx/Makefile
index f42e20d83b33..f42e20d83b33 100644
--- a/sys/boot/i386/btx/btx/Makefile
+++ b/stand/i386/btx/btx/Makefile
diff --git a/sys/boot/i386/btx/btx/Makefile.depend b/stand/i386/btx/btx/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/btx/btx/Makefile.depend
+++ b/stand/i386/btx/btx/Makefile.depend
diff --git a/sys/boot/i386/btx/btx/btx.S b/stand/i386/btx/btx/btx.S
index 87d09a5a1e17..87d09a5a1e17 100644
--- a/sys/boot/i386/btx/btx/btx.S
+++ b/stand/i386/btx/btx/btx.S
diff --git a/sys/boot/i386/btx/btxldr/Makefile b/stand/i386/btx/btxldr/Makefile
index 32795975b7ad..32795975b7ad 100644
--- a/sys/boot/i386/btx/btxldr/Makefile
+++ b/stand/i386/btx/btxldr/Makefile
diff --git a/sys/boot/i386/btx/btxldr/Makefile.depend b/stand/i386/btx/btxldr/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/btx/btxldr/Makefile.depend
+++ b/stand/i386/btx/btxldr/Makefile.depend
diff --git a/sys/boot/i386/btx/btxldr/btxldr.S b/stand/i386/btx/btxldr/btxldr.S
index 1a0f5f40ff07..1a0f5f40ff07 100644
--- a/sys/boot/i386/btx/btxldr/btxldr.S
+++ b/stand/i386/btx/btxldr/btxldr.S
diff --git a/sys/boot/i386/btx/lib/Makefile b/stand/i386/btx/lib/Makefile
index 8de62555c9dc..8de62555c9dc 100644
--- a/sys/boot/i386/btx/lib/Makefile
+++ b/stand/i386/btx/lib/Makefile
diff --git a/sys/boot/i386/btx/lib/Makefile.depend b/stand/i386/btx/lib/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/btx/lib/Makefile.depend
+++ b/stand/i386/btx/lib/Makefile.depend
diff --git a/sys/boot/i386/btx/lib/btxcsu.S b/stand/i386/btx/lib/btxcsu.S
index c46f8097dbe3..c46f8097dbe3 100644
--- a/sys/boot/i386/btx/lib/btxcsu.S
+++ b/stand/i386/btx/lib/btxcsu.S
diff --git a/sys/boot/i386/btx/lib/btxsys.s b/stand/i386/btx/lib/btxsys.s
index 9c77b4295e7c..9c77b4295e7c 100644
--- a/sys/boot/i386/btx/lib/btxsys.s
+++ b/stand/i386/btx/lib/btxsys.s
diff --git a/sys/boot/i386/btx/lib/btxv86.h b/stand/i386/btx/lib/btxv86.h
index f04ce5e3092b..f04ce5e3092b 100644
--- a/sys/boot/i386/btx/lib/btxv86.h
+++ b/stand/i386/btx/lib/btxv86.h
diff --git a/sys/boot/i386/btx/lib/btxv86.s b/stand/i386/btx/lib/btxv86.s
index 0d7d1116322d..0d7d1116322d 100644
--- a/sys/boot/i386/btx/lib/btxv86.s
+++ b/stand/i386/btx/lib/btxv86.s
diff --git a/sys/boot/i386/cdboot/Makefile b/stand/i386/cdboot/Makefile
index 7acd4046d816..7acd4046d816 100644
--- a/sys/boot/i386/cdboot/Makefile
+++ b/stand/i386/cdboot/Makefile
diff --git a/sys/boot/i386/cdboot/Makefile.depend b/stand/i386/cdboot/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/cdboot/Makefile.depend
+++ b/stand/i386/cdboot/Makefile.depend
diff --git a/sys/boot/i386/cdboot/cdboot.S b/stand/i386/cdboot/cdboot.S
index 9c3fb15ddf58..9c3fb15ddf58 100644
--- a/sys/boot/i386/cdboot/cdboot.S
+++ b/stand/i386/cdboot/cdboot.S
diff --git a/sys/boot/i386/common/bootargs.h b/stand/i386/common/bootargs.h
index df558072f37f..df558072f37f 100644
--- a/sys/boot/i386/common/bootargs.h
+++ b/stand/i386/common/bootargs.h
diff --git a/sys/boot/i386/common/cons.c b/stand/i386/common/cons.c
index 5fb1a936bde7..5fb1a936bde7 100644
--- a/sys/boot/i386/common/cons.c
+++ b/stand/i386/common/cons.c
diff --git a/sys/boot/i386/common/cons.h b/stand/i386/common/cons.h
index 73474fbe9c76..73474fbe9c76 100644
--- a/sys/boot/i386/common/cons.h
+++ b/stand/i386/common/cons.h
diff --git a/sys/boot/i386/common/drv.c b/stand/i386/common/drv.c
index a805c41f9c44..a805c41f9c44 100644
--- a/sys/boot/i386/common/drv.c
+++ b/stand/i386/common/drv.c
diff --git a/sys/boot/i386/common/drv.h b/stand/i386/common/drv.h
index c0995df45ea9..c0995df45ea9 100644
--- a/sys/boot/i386/common/drv.h
+++ b/stand/i386/common/drv.h
diff --git a/sys/boot/i386/common/edd.h b/stand/i386/common/edd.h
index 7d1f45020f9d..7d1f45020f9d 100644
--- a/sys/boot/i386/common/edd.h
+++ b/stand/i386/common/edd.h
diff --git a/sys/boot/i386/gptboot/Makefile b/stand/i386/gptboot/Makefile
index 9e62007c55ae..9e62007c55ae 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/stand/i386/gptboot/Makefile
diff --git a/sys/boot/i386/gptboot/Makefile.depend b/stand/i386/gptboot/Makefile.depend
index c6ac7d89dda0..89aa3261d133 100644
--- a/sys/boot/i386/gptboot/Makefile.depend
+++ b/stand/i386/gptboot/Makefile.depend
@@ -5,10 +5,10 @@ DIRDEPS = \
include \
include/xlocale \
lib/libmd \
- sys/boot/geli \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/lib \
- sys/boot/libsa32 \
+ stand/geli \
+ stand/i386/btx/btx \
+ stand/i386/btx/lib \
+ stand/libsa32 \
.include <dirdeps.mk>
diff --git a/sys/boot/i386/gptboot/gptboot.8 b/stand/i386/gptboot/gptboot.8
index a7afd81d9087..a7afd81d9087 100644
--- a/sys/boot/i386/gptboot/gptboot.8
+++ b/stand/i386/gptboot/gptboot.8
diff --git a/sys/boot/i386/gptboot/gptboot.c b/stand/i386/gptboot/gptboot.c
index dd06f0c59391..dd06f0c59391 100644
--- a/sys/boot/i386/gptboot/gptboot.c
+++ b/stand/i386/gptboot/gptboot.c
diff --git a/sys/boot/i386/gptboot/gptldr.S b/stand/i386/gptboot/gptldr.S
index 088122f3b349..088122f3b349 100644
--- a/sys/boot/i386/gptboot/gptldr.S
+++ b/stand/i386/gptboot/gptldr.S
diff --git a/sys/boot/i386/gptzfsboot/Makefile b/stand/i386/gptzfsboot/Makefile
index 97f195445151..97f195445151 100644
--- a/sys/boot/i386/gptzfsboot/Makefile
+++ b/stand/i386/gptzfsboot/Makefile
diff --git a/stand/i386/gptzfsboot/Makefile.depend b/stand/i386/gptzfsboot/Makefile.depend
new file mode 100644
index 000000000000..ce86c7a5535c
--- /dev/null
+++ b/stand/i386/gptzfsboot/Makefile.depend
@@ -0,0 +1,19 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ lib/libmd \
+ stand/geli \
+ stand/i386/btx/btx \
+ stand/i386/btx/lib \
+ stand/libsa32 \
+ stand/zfs32 \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/sys/boot/i386/gptzfsboot/gptzfsboot.8 b/stand/i386/gptzfsboot/gptzfsboot.8
index 66feb6d35055..66feb6d35055 100644
--- a/sys/boot/i386/gptzfsboot/gptzfsboot.8
+++ b/stand/i386/gptzfsboot/gptzfsboot.8
diff --git a/sys/boot/i386/kgzldr/Makefile b/stand/i386/kgzldr/Makefile
index 5a03b83e5e49..5a03b83e5e49 100644
--- a/sys/boot/i386/kgzldr/Makefile
+++ b/stand/i386/kgzldr/Makefile
diff --git a/sys/boot/i386/kgzldr/Makefile.depend b/stand/i386/kgzldr/Makefile.depend
index 79506ce16b79..79506ce16b79 100644
--- a/sys/boot/i386/kgzldr/Makefile.depend
+++ b/stand/i386/kgzldr/Makefile.depend
diff --git a/sys/boot/i386/kgzldr/boot.c b/stand/i386/kgzldr/boot.c
index 45ed2ee62e16..45ed2ee62e16 100644
--- a/sys/boot/i386/kgzldr/boot.c
+++ b/stand/i386/kgzldr/boot.c
diff --git a/sys/boot/i386/kgzldr/crt.s b/stand/i386/kgzldr/crt.s
index cfb479fd2d84..cfb479fd2d84 100644
--- a/sys/boot/i386/kgzldr/crt.s
+++ b/stand/i386/kgzldr/crt.s
diff --git a/sys/boot/i386/kgzldr/kgzldr.h b/stand/i386/kgzldr/kgzldr.h
index 5cd5b44b6005..5cd5b44b6005 100644
--- a/sys/boot/i386/kgzldr/kgzldr.h
+++ b/stand/i386/kgzldr/kgzldr.h
diff --git a/sys/boot/i386/kgzldr/lib.c b/stand/i386/kgzldr/lib.c
index 538875b510e5..538875b510e5 100644
--- a/sys/boot/i386/kgzldr/lib.c
+++ b/stand/i386/kgzldr/lib.c
diff --git a/sys/boot/i386/kgzldr/sio.s b/stand/i386/kgzldr/sio.s
index ff174eb0b71b..ff174eb0b71b 100644
--- a/sys/boot/i386/kgzldr/sio.s
+++ b/stand/i386/kgzldr/sio.s
diff --git a/sys/boot/i386/kgzldr/start.s b/stand/i386/kgzldr/start.s
index 550fa526d946..550fa526d946 100644
--- a/sys/boot/i386/kgzldr/start.s
+++ b/stand/i386/kgzldr/start.s
diff --git a/sys/boot/i386/libfirewire/Makefile b/stand/i386/libfirewire/Makefile
index d3f88c448b6f..d3f88c448b6f 100644
--- a/sys/boot/i386/libfirewire/Makefile
+++ b/stand/i386/libfirewire/Makefile
diff --git a/sys/boot/i386/libfirewire/Makefile.depend b/stand/i386/libfirewire/Makefile.depend
index 18be76b0cb6f..18be76b0cb6f 100644
--- a/sys/boot/i386/libfirewire/Makefile.depend
+++ b/stand/i386/libfirewire/Makefile.depend
diff --git a/sys/boot/i386/libfirewire/dconsole.c b/stand/i386/libfirewire/dconsole.c
index 1528fafdf787..1528fafdf787 100644
--- a/sys/boot/i386/libfirewire/dconsole.c
+++ b/stand/i386/libfirewire/dconsole.c
diff --git a/sys/boot/i386/libfirewire/firewire.c b/stand/i386/libfirewire/firewire.c
index 48403259873d..48403259873d 100644
--- a/sys/boot/i386/libfirewire/firewire.c
+++ b/stand/i386/libfirewire/firewire.c
diff --git a/sys/boot/i386/libfirewire/fwohci.c b/stand/i386/libfirewire/fwohci.c
index 567abcf58a20..567abcf58a20 100644
--- a/sys/boot/i386/libfirewire/fwohci.c
+++ b/stand/i386/libfirewire/fwohci.c
diff --git a/sys/boot/i386/libfirewire/fwohci.h b/stand/i386/libfirewire/fwohci.h
index 4a93220b31ac..4a93220b31ac 100644
--- a/sys/boot/i386/libfirewire/fwohci.h
+++ b/stand/i386/libfirewire/fwohci.h
diff --git a/sys/boot/i386/libfirewire/fwohcireg.h b/stand/i386/libfirewire/fwohcireg.h
index d57870cd626e..d57870cd626e 100644
--- a/sys/boot/i386/libfirewire/fwohcireg.h
+++ b/stand/i386/libfirewire/fwohcireg.h
diff --git a/sys/boot/i386/libi386/Makefile b/stand/i386/libi386/Makefile
index 8d65513436c3..8d65513436c3 100644
--- a/sys/boot/i386/libi386/Makefile
+++ b/stand/i386/libi386/Makefile
diff --git a/sys/boot/i386/libi386/Makefile.depend b/stand/i386/libi386/Makefile.depend
index df20c96b20e1..df20c96b20e1 100644
--- a/sys/boot/i386/libi386/Makefile.depend
+++ b/stand/i386/libi386/Makefile.depend
diff --git a/sys/boot/i386/libi386/amd64_tramp.S b/stand/i386/libi386/amd64_tramp.S
index 6359b90d5c9f..6359b90d5c9f 100644
--- a/sys/boot/i386/libi386/amd64_tramp.S
+++ b/stand/i386/libi386/amd64_tramp.S
diff --git a/sys/boot/i386/libi386/biosacpi.c b/stand/i386/libi386/biosacpi.c
index 8167fca7b622..8167fca7b622 100644
--- a/sys/boot/i386/libi386/biosacpi.c
+++ b/stand/i386/libi386/biosacpi.c
diff --git a/sys/boot/i386/libi386/bioscd.c b/stand/i386/libi386/bioscd.c
index 2e8fc3b11b49..2e8fc3b11b49 100644
--- a/sys/boot/i386/libi386/bioscd.c
+++ b/stand/i386/libi386/bioscd.c
diff --git a/sys/boot/i386/libi386/biosdisk.c b/stand/i386/libi386/biosdisk.c
index a2147e2294f5..a2147e2294f5 100644
--- a/sys/boot/i386/libi386/biosdisk.c
+++ b/stand/i386/libi386/biosdisk.c
diff --git a/sys/boot/i386/libi386/biosmem.c b/stand/i386/libi386/biosmem.c
index 7105757e8104..7105757e8104 100644
--- a/sys/boot/i386/libi386/biosmem.c
+++ b/stand/i386/libi386/biosmem.c
diff --git a/sys/boot/i386/libi386/biospci.c b/stand/i386/libi386/biospci.c
index 098e30caa5f1..098e30caa5f1 100644
--- a/sys/boot/i386/libi386/biospci.c
+++ b/stand/i386/libi386/biospci.c
diff --git a/sys/boot/i386/libi386/biospnp.c b/stand/i386/libi386/biospnp.c
index 30e55fc893d0..30e55fc893d0 100644
--- a/sys/boot/i386/libi386/biospnp.c
+++ b/stand/i386/libi386/biospnp.c
diff --git a/sys/boot/i386/libi386/biossmap.c b/stand/i386/libi386/biossmap.c
index e95ea64517d0..e95ea64517d0 100644
--- a/sys/boot/i386/libi386/biossmap.c
+++ b/stand/i386/libi386/biossmap.c
diff --git a/sys/boot/i386/libi386/bootinfo.c b/stand/i386/libi386/bootinfo.c
index c33cec7633ae..c33cec7633ae 100644
--- a/sys/boot/i386/libi386/bootinfo.c
+++ b/stand/i386/libi386/bootinfo.c
diff --git a/sys/boot/i386/libi386/bootinfo32.c b/stand/i386/libi386/bootinfo32.c
index 494688fd7cd8..494688fd7cd8 100644
--- a/sys/boot/i386/libi386/bootinfo32.c
+++ b/stand/i386/libi386/bootinfo32.c
diff --git a/sys/boot/i386/libi386/bootinfo64.c b/stand/i386/libi386/bootinfo64.c
index 02fcf723ba96..02fcf723ba96 100644
--- a/sys/boot/i386/libi386/bootinfo64.c
+++ b/stand/i386/libi386/bootinfo64.c
diff --git a/sys/boot/i386/libi386/comconsole.c b/stand/i386/libi386/comconsole.c
index bd2a2e864fa2..bd2a2e864fa2 100644
--- a/sys/boot/i386/libi386/comconsole.c
+++ b/stand/i386/libi386/comconsole.c
diff --git a/sys/boot/i386/libi386/devicename.c b/stand/i386/libi386/devicename.c
index c7705d71386f..c7705d71386f 100644
--- a/sys/boot/i386/libi386/devicename.c
+++ b/stand/i386/libi386/devicename.c
diff --git a/sys/boot/i386/libi386/elf32_freebsd.c b/stand/i386/libi386/elf32_freebsd.c
index 641e2733c3a2..641e2733c3a2 100644
--- a/sys/boot/i386/libi386/elf32_freebsd.c
+++ b/stand/i386/libi386/elf32_freebsd.c
diff --git a/sys/boot/i386/libi386/elf64_freebsd.c b/stand/i386/libi386/elf64_freebsd.c
index 338a7456443f..338a7456443f 100644
--- a/sys/boot/i386/libi386/elf64_freebsd.c
+++ b/stand/i386/libi386/elf64_freebsd.c
diff --git a/sys/boot/i386/libi386/i386_copy.c b/stand/i386/libi386/i386_copy.c
index 3c05241985c8..3c05241985c8 100644
--- a/sys/boot/i386/libi386/i386_copy.c
+++ b/stand/i386/libi386/i386_copy.c
diff --git a/sys/boot/i386/libi386/i386_module.c b/stand/i386/libi386/i386_module.c
index 78ab61ba9a59..78ab61ba9a59 100644
--- a/sys/boot/i386/libi386/i386_module.c
+++ b/stand/i386/libi386/i386_module.c
diff --git a/sys/boot/i386/libi386/libi386.h b/stand/i386/libi386/libi386.h
index e65a060acb77..e65a060acb77 100644
--- a/sys/boot/i386/libi386/libi386.h
+++ b/stand/i386/libi386/libi386.h
diff --git a/sys/boot/i386/libi386/multiboot.c b/stand/i386/libi386/multiboot.c
index 9aac64010a1f..9aac64010a1f 100644
--- a/sys/boot/i386/libi386/multiboot.c
+++ b/stand/i386/libi386/multiboot.c
diff --git a/sys/boot/i386/libi386/multiboot.h b/stand/i386/libi386/multiboot.h
index 819fa2e5019f..819fa2e5019f 100644
--- a/sys/boot/i386/libi386/multiboot.h
+++ b/stand/i386/libi386/multiboot.h
diff --git a/sys/boot/i386/libi386/multiboot_tramp.S b/stand/i386/libi386/multiboot_tramp.S
index 0bd604365f23..0bd604365f23 100644
--- a/sys/boot/i386/libi386/multiboot_tramp.S
+++ b/stand/i386/libi386/multiboot_tramp.S
diff --git a/sys/boot/i386/libi386/nullconsole.c b/stand/i386/libi386/nullconsole.c
index ebb1e7edd2b6..ebb1e7edd2b6 100644
--- a/sys/boot/i386/libi386/nullconsole.c
+++ b/stand/i386/libi386/nullconsole.c
diff --git a/sys/boot/i386/libi386/pread.c b/stand/i386/libi386/pread.c
index 870e2540150f..870e2540150f 100644
--- a/sys/boot/i386/libi386/pread.c
+++ b/stand/i386/libi386/pread.c
diff --git a/sys/boot/i386/libi386/pxe.c b/stand/i386/libi386/pxe.c
index 7cb483317924..7cb483317924 100644
--- a/sys/boot/i386/libi386/pxe.c
+++ b/stand/i386/libi386/pxe.c
diff --git a/sys/boot/i386/libi386/pxe.h b/stand/i386/libi386/pxe.h
index 119c86be519d..119c86be519d 100644
--- a/sys/boot/i386/libi386/pxe.h
+++ b/stand/i386/libi386/pxe.h
diff --git a/sys/boot/i386/libi386/pxetramp.s b/stand/i386/libi386/pxetramp.s
index dcf1441aeb24..dcf1441aeb24 100644
--- a/sys/boot/i386/libi386/pxetramp.s
+++ b/stand/i386/libi386/pxetramp.s
diff --git a/sys/boot/i386/libi386/relocater_tramp.S b/stand/i386/libi386/relocater_tramp.S
index 6db4a7509b2c..6db4a7509b2c 100644
--- a/sys/boot/i386/libi386/relocater_tramp.S
+++ b/stand/i386/libi386/relocater_tramp.S
diff --git a/sys/boot/i386/libi386/smbios.c b/stand/i386/libi386/smbios.c
index 2aa62fa85df7..2aa62fa85df7 100644
--- a/sys/boot/i386/libi386/smbios.c
+++ b/stand/i386/libi386/smbios.c
diff --git a/sys/boot/i386/libi386/smbios.h b/stand/i386/libi386/smbios.h
index 03fc07e29362..03fc07e29362 100644
--- a/sys/boot/i386/libi386/smbios.h
+++ b/stand/i386/libi386/smbios.h
diff --git a/sys/boot/i386/libi386/spinconsole.c b/stand/i386/libi386/spinconsole.c
index 1daac3586939..1daac3586939 100644
--- a/sys/boot/i386/libi386/spinconsole.c
+++ b/stand/i386/libi386/spinconsole.c
diff --git a/sys/boot/i386/libi386/time.c b/stand/i386/libi386/time.c
index 7636ace5ff94..7636ace5ff94 100644
--- a/sys/boot/i386/libi386/time.c
+++ b/stand/i386/libi386/time.c
diff --git a/sys/boot/i386/libi386/vidconsole.c b/stand/i386/libi386/vidconsole.c
index 073d5314dc87..073d5314dc87 100644
--- a/sys/boot/i386/libi386/vidconsole.c
+++ b/stand/i386/libi386/vidconsole.c
diff --git a/sys/boot/i386/loader/Makefile b/stand/i386/loader/Makefile
index 40ac46ce0cf7..40ac46ce0cf7 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/stand/i386/loader/Makefile
diff --git a/sys/boot/efi/loader/Makefile.depend b/stand/i386/loader/Makefile.depend
index 6eec9589d9fa..05739faa951d 100644
--- a/sys/boot/efi/loader/Makefile.depend
+++ b/stand/i386/loader/Makefile.depend
@@ -4,10 +4,13 @@
DIRDEPS = \
include \
include/xlocale \
- sys/boot/efi/libefi \
- sys/boot/ficl \
- sys/boot/libsa \
- sys/boot/zfs \
+ stand/ficl32 \
+ stand/geli \
+ stand/i386/btx/btx \
+ stand/i386/btx/btxldr \
+ stand/i386/btx/lib \
+ stand/i386/libi386 \
+ stand/libsa32 \
.include <dirdeps.mk>
diff --git a/sys/boot/i386/loader/chain.c b/stand/i386/loader/chain.c
index d6810ef67fce..d6810ef67fce 100644
--- a/sys/boot/i386/loader/chain.c
+++ b/stand/i386/loader/chain.c
diff --git a/sys/boot/i386/loader/conf.c b/stand/i386/loader/conf.c
index 29ce1e332605..29ce1e332605 100644
--- a/sys/boot/i386/loader/conf.c
+++ b/stand/i386/loader/conf.c
diff --git a/sys/boot/i386/loader/help.i386 b/stand/i386/loader/help.i386
index 0ff628643c87..0ff628643c87 100644
--- a/sys/boot/i386/loader/help.i386
+++ b/stand/i386/loader/help.i386
diff --git a/sys/boot/i386/loader/loader.rc b/stand/i386/loader/loader.rc
index 287c05efdfed..287c05efdfed 100644
--- a/sys/boot/i386/loader/loader.rc
+++ b/stand/i386/loader/loader.rc
diff --git a/sys/boot/i386/loader/main.c b/stand/i386/loader/main.c
index 81bc2ff55dd0..81bc2ff55dd0 100644
--- a/sys/boot/i386/loader/main.c
+++ b/stand/i386/loader/main.c
diff --git a/sys/boot/i386/loader/version b/stand/i386/loader/version
index 7a2acaf1859a..7a2acaf1859a 100644
--- a/sys/boot/i386/loader/version
+++ b/stand/i386/loader/version
diff --git a/sys/boot/i386/mbr/Makefile b/stand/i386/mbr/Makefile
index 9bfa0bd38fa0..9bfa0bd38fa0 100644
--- a/sys/boot/i386/mbr/Makefile
+++ b/stand/i386/mbr/Makefile
diff --git a/sys/boot/i386/mbr/Makefile.depend b/stand/i386/mbr/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/mbr/Makefile.depend
+++ b/stand/i386/mbr/Makefile.depend
diff --git a/sys/boot/i386/mbr/mbr.s b/stand/i386/mbr/mbr.s
index 3cfc20dd58e1..3cfc20dd58e1 100644
--- a/sys/boot/i386/mbr/mbr.s
+++ b/stand/i386/mbr/mbr.s
diff --git a/sys/boot/i386/pmbr/Makefile b/stand/i386/pmbr/Makefile
index 1bfe0ee11ab2..1bfe0ee11ab2 100644
--- a/sys/boot/i386/pmbr/Makefile
+++ b/stand/i386/pmbr/Makefile
diff --git a/sys/boot/i386/pmbr/Makefile.depend b/stand/i386/pmbr/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/i386/pmbr/Makefile.depend
+++ b/stand/i386/pmbr/Makefile.depend
diff --git a/sys/boot/i386/pmbr/pmbr.s b/stand/i386/pmbr/pmbr.s
index 1a758812edd3..1a758812edd3 100644
--- a/sys/boot/i386/pmbr/pmbr.s
+++ b/stand/i386/pmbr/pmbr.s
diff --git a/sys/boot/i386/pxeldr/Makefile b/stand/i386/pxeldr/Makefile
index 819283cf8a2a..819283cf8a2a 100644
--- a/sys/boot/i386/pxeldr/Makefile
+++ b/stand/i386/pxeldr/Makefile
diff --git a/stand/i386/pxeldr/Makefile.depend b/stand/i386/pxeldr/Makefile.depend
new file mode 100644
index 000000000000..35b75b1ca42b
--- /dev/null
+++ b/stand/i386/pxeldr/Makefile.depend
@@ -0,0 +1,15 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ stand/i386/btx/btx \
+ stand/i386/btx/btxldr \
+ stand/i386/loader \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/sys/boot/i386/pxeldr/pxeboot.8 b/stand/i386/pxeldr/pxeboot.8
index 0194e218e523..0194e218e523 100644
--- a/sys/boot/i386/pxeldr/pxeboot.8
+++ b/stand/i386/pxeldr/pxeboot.8
diff --git a/sys/boot/i386/pxeldr/pxeldr.S b/stand/i386/pxeldr/pxeldr.S
index ee1e18a1f38a..ee1e18a1f38a 100644
--- a/sys/boot/i386/pxeldr/pxeldr.S
+++ b/stand/i386/pxeldr/pxeldr.S
diff --git a/sys/boot/i386/zfsboot/Makefile b/stand/i386/zfsboot/Makefile
index f0523dfa2612..f0523dfa2612 100644
--- a/sys/boot/i386/zfsboot/Makefile
+++ b/stand/i386/zfsboot/Makefile
diff --git a/stand/i386/zfsboot/Makefile.depend b/stand/i386/zfsboot/Makefile.depend
new file mode 100644
index 000000000000..58b2754996b4
--- /dev/null
+++ b/stand/i386/zfsboot/Makefile.depend
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ lib/libmd \
+ stand/i386/btx/btx \
+ stand/i386/btx/lib \
+ stand/libsa32 \
+ stand/zfs32 \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/sys/boot/i386/zfsboot/zfsboot.8 b/stand/i386/zfsboot/zfsboot.8
index 6450939de955..6450939de955 100644
--- a/sys/boot/i386/zfsboot/zfsboot.8
+++ b/stand/i386/zfsboot/zfsboot.8
diff --git a/sys/boot/i386/zfsboot/zfsboot.c b/stand/i386/zfsboot/zfsboot.c
index 88b5231efe45..88b5231efe45 100644
--- a/sys/boot/i386/zfsboot/zfsboot.c
+++ b/stand/i386/zfsboot/zfsboot.c
diff --git a/sys/boot/i386/zfsboot/zfsldr.S b/stand/i386/zfsboot/zfsldr.S
index 3e85e27aa38c..3e85e27aa38c 100644
--- a/sys/boot/i386/zfsboot/zfsldr.S
+++ b/stand/i386/zfsboot/zfsldr.S
diff --git a/sys/boot/i386/zfsloader/Makefile b/stand/i386/zfsloader/Makefile
index a9fa913e7e13..a9fa913e7e13 100644
--- a/sys/boot/i386/zfsloader/Makefile
+++ b/stand/i386/zfsloader/Makefile
diff --git a/stand/i386/zfsloader/Makefile.depend b/stand/i386/zfsloader/Makefile.depend
new file mode 100644
index 000000000000..59ee8748092a
--- /dev/null
+++ b/stand/i386/zfsloader/Makefile.depend
@@ -0,0 +1,21 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ stand/ficl32 \
+ stand/geli \
+ stand/i386/btx/btx \
+ stand/i386/btx/btxldr \
+ stand/i386/btx/lib \
+ stand/i386/libi386 \
+ stand/libsa32 \
+ stand/zfs32 \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/sys/boot/kshim/bsd_busspace.c b/stand/kshim/bsd_busspace.c
index 778c4494d96c..778c4494d96c 100644
--- a/sys/boot/kshim/bsd_busspace.c
+++ b/stand/kshim/bsd_busspace.c
diff --git a/sys/boot/kshim/bsd_global.h b/stand/kshim/bsd_global.h
index 63bba757736d..63bba757736d 100644
--- a/sys/boot/kshim/bsd_global.h
+++ b/stand/kshim/bsd_global.h
diff --git a/sys/boot/kshim/bsd_kernel.c b/stand/kshim/bsd_kernel.c
index 75eccb1d6725..75eccb1d6725 100644
--- a/sys/boot/kshim/bsd_kernel.c
+++ b/stand/kshim/bsd_kernel.c
diff --git a/sys/boot/kshim/bsd_kernel.h b/stand/kshim/bsd_kernel.h
index 66106ac65dd3..66106ac65dd3 100644
--- a/sys/boot/kshim/bsd_kernel.h
+++ b/stand/kshim/bsd_kernel.h
diff --git a/sys/boot/kshim/kshim.mk b/stand/kshim/kshim.mk
index 7e9b00d562d8..7e9b00d562d8 100644
--- a/sys/boot/kshim/kshim.mk
+++ b/stand/kshim/kshim.mk
diff --git a/sys/boot/kshim/sysinit.h b/stand/kshim/sysinit.h
index a7a450ee4cf2..a7a450ee4cf2 100644
--- a/sys/boot/kshim/sysinit.h
+++ b/stand/kshim/sysinit.h
diff --git a/sys/boot/libsa/Makefile b/stand/libsa/Makefile
index 9aa228847c83..9aa228847c83 100644
--- a/sys/boot/libsa/Makefile
+++ b/stand/libsa/Makefile
diff --git a/sys/boot/libsa/Makefile.depend b/stand/libsa/Makefile.depend
index 1d86fce1441d..1d86fce1441d 100644
--- a/sys/boot/libsa/Makefile.depend
+++ b/stand/libsa/Makefile.depend
diff --git a/sys/boot/libsa/__main.c b/stand/libsa/__main.c
index e38f33865c05..e38f33865c05 100644
--- a/sys/boot/libsa/__main.c
+++ b/stand/libsa/__main.c
diff --git a/sys/boot/libsa/amd64/_setjmp.S b/stand/libsa/amd64/_setjmp.S
index 6d9a5fa13f8d..6d9a5fa13f8d 100644
--- a/sys/boot/libsa/amd64/_setjmp.S
+++ b/stand/libsa/amd64/_setjmp.S
diff --git a/sys/boot/libsa/arp.c b/stand/libsa/arp.c
index 841010c3195c..841010c3195c 100644
--- a/sys/boot/libsa/arp.c
+++ b/stand/libsa/arp.c
diff --git a/sys/boot/libsa/assert.c b/stand/libsa/assert.c
index 8eec63a4729a..8eec63a4729a 100644
--- a/sys/boot/libsa/assert.c
+++ b/stand/libsa/assert.c
diff --git a/sys/boot/libsa/bcd.c b/stand/libsa/bcd.c
index 7bd67c91620a..7bd67c91620a 100644
--- a/sys/boot/libsa/bcd.c
+++ b/stand/libsa/bcd.c
diff --git a/sys/boot/libsa/bootp.c b/stand/libsa/bootp.c
index d770bf3bf516..d770bf3bf516 100644
--- a/sys/boot/libsa/bootp.c
+++ b/stand/libsa/bootp.c
diff --git a/sys/boot/libsa/bootp.h b/stand/libsa/bootp.h
index 2e7049b872af..2e7049b872af 100644
--- a/sys/boot/libsa/bootp.h
+++ b/stand/libsa/bootp.h
diff --git a/sys/boot/libsa/bootparam.c b/stand/libsa/bootparam.c
index 1de2d53d77fe..1de2d53d77fe 100644
--- a/sys/boot/libsa/bootparam.c
+++ b/stand/libsa/bootparam.c
diff --git a/sys/boot/libsa/bootparam.h b/stand/libsa/bootparam.h
index 9c9f50ea434d..9c9f50ea434d 100644
--- a/sys/boot/libsa/bootparam.h
+++ b/stand/libsa/bootparam.h
diff --git a/sys/boot/libsa/bzipfs.c b/stand/libsa/bzipfs.c
index ff1514efeed3..ff1514efeed3 100644
--- a/sys/boot/libsa/bzipfs.c
+++ b/stand/libsa/bzipfs.c
diff --git a/sys/boot/libsa/cd9660.c b/stand/libsa/cd9660.c
index c5618838e4a6..c5618838e4a6 100644
--- a/sys/boot/libsa/cd9660.c
+++ b/stand/libsa/cd9660.c
diff --git a/sys/boot/libsa/close.c b/stand/libsa/close.c
index 142982b88444..142982b88444 100644
--- a/sys/boot/libsa/close.c
+++ b/stand/libsa/close.c
diff --git a/sys/boot/libsa/closeall.c b/stand/libsa/closeall.c
index 9693130ebf9b..9693130ebf9b 100644
--- a/sys/boot/libsa/closeall.c
+++ b/stand/libsa/closeall.c
diff --git a/sys/boot/libsa/crc32.c b/stand/libsa/crc32.c
index 1a3e3a3329fe..1a3e3a3329fe 100644
--- a/sys/boot/libsa/crc32.c
+++ b/stand/libsa/crc32.c
diff --git a/sys/boot/libsa/crc32.h b/stand/libsa/crc32.h
index adfd628671aa..adfd628671aa 100644
--- a/sys/boot/libsa/crc32.h
+++ b/stand/libsa/crc32.h
diff --git a/sys/boot/libsa/dev.c b/stand/libsa/dev.c
index 20f3100852e7..20f3100852e7 100644
--- a/sys/boot/libsa/dev.c
+++ b/stand/libsa/dev.c
diff --git a/sys/boot/libsa/dosfs.c b/stand/libsa/dosfs.c
index 68762842eaee..68762842eaee 100644
--- a/sys/boot/libsa/dosfs.c
+++ b/stand/libsa/dosfs.c
diff --git a/sys/boot/libsa/dosfs.h b/stand/libsa/dosfs.h
index 5b11e0fc375a..5b11e0fc375a 100644
--- a/sys/boot/libsa/dosfs.h
+++ b/stand/libsa/dosfs.h
diff --git a/sys/boot/libsa/environment.c b/stand/libsa/environment.c
index 291e33004430..291e33004430 100644
--- a/sys/boot/libsa/environment.c
+++ b/stand/libsa/environment.c
diff --git a/sys/boot/libsa/ether.c b/stand/libsa/ether.c
index 3616777e7955..3616777e7955 100644
--- a/sys/boot/libsa/ether.c
+++ b/stand/libsa/ether.c
diff --git a/sys/boot/libsa/ext2fs.c b/stand/libsa/ext2fs.c
index 348fdecc5c11..348fdecc5c11 100644
--- a/sys/boot/libsa/ext2fs.c
+++ b/stand/libsa/ext2fs.c
diff --git a/sys/boot/libsa/fstat.c b/stand/libsa/fstat.c
index cb2df8cbf0ac..cb2df8cbf0ac 100644
--- a/sys/boot/libsa/fstat.c
+++ b/stand/libsa/fstat.c
diff --git a/sys/boot/libsa/getopt.c b/stand/libsa/getopt.c
index ead2ee56267c..ead2ee56267c 100644
--- a/sys/boot/libsa/getopt.c
+++ b/stand/libsa/getopt.c
diff --git a/sys/boot/libsa/gets.c b/stand/libsa/gets.c
index 9172ffc1328f..9172ffc1328f 100644
--- a/sys/boot/libsa/gets.c
+++ b/stand/libsa/gets.c
diff --git a/sys/boot/libsa/globals.c b/stand/libsa/globals.c
index 8fb56cf23e6b..8fb56cf23e6b 100644
--- a/sys/boot/libsa/globals.c
+++ b/stand/libsa/globals.c
diff --git a/sys/boot/libsa/gpt.c b/stand/libsa/gpt.c
index 7ab3fc6d04e0..7ab3fc6d04e0 100644
--- a/sys/boot/libsa/gpt.c
+++ b/stand/libsa/gpt.c
diff --git a/sys/boot/libsa/gpt.h b/stand/libsa/gpt.h
index 9d48564b5ada..9d48564b5ada 100644
--- a/sys/boot/libsa/gpt.h
+++ b/stand/libsa/gpt.h
diff --git a/sys/boot/libsa/gzipfs.c b/stand/libsa/gzipfs.c
index 6057c2835fec..6057c2835fec 100644
--- a/sys/boot/libsa/gzipfs.c
+++ b/stand/libsa/gzipfs.c
diff --git a/sys/boot/libsa/i386/_setjmp.S b/stand/libsa/i386/_setjmp.S
index 95b0ea8037f5..95b0ea8037f5 100644
--- a/sys/boot/libsa/i386/_setjmp.S
+++ b/stand/libsa/i386/_setjmp.S
diff --git a/sys/boot/libsa/in_cksum.c b/stand/libsa/in_cksum.c
index 97782152d71d..97782152d71d 100644
--- a/sys/boot/libsa/in_cksum.c
+++ b/stand/libsa/in_cksum.c
diff --git a/sys/boot/libsa/inet_ntoa.c b/stand/libsa/inet_ntoa.c
index f675a0ff7736..f675a0ff7736 100644
--- a/sys/boot/libsa/inet_ntoa.c
+++ b/stand/libsa/inet_ntoa.c
diff --git a/sys/boot/libsa/ioctl.c b/stand/libsa/ioctl.c
index 807b308e5e50..807b308e5e50 100644
--- a/sys/boot/libsa/ioctl.c
+++ b/stand/libsa/ioctl.c
diff --git a/sys/boot/libsa/iodesc.h b/stand/libsa/iodesc.h
index 37ae044af9d9..37ae044af9d9 100644
--- a/sys/boot/libsa/iodesc.h
+++ b/stand/libsa/iodesc.h
diff --git a/sys/boot/libsa/ip.c b/stand/libsa/ip.c
index f2293b3cd3f9..f2293b3cd3f9 100644
--- a/sys/boot/libsa/ip.c
+++ b/stand/libsa/ip.c
diff --git a/sys/boot/libsa/libstand.3 b/stand/libsa/libstand.3
index 42289c1bce41..42289c1bce41 100644
--- a/sys/boot/libsa/libstand.3
+++ b/stand/libsa/libstand.3
diff --git a/sys/boot/libsa/lseek.c b/stand/libsa/lseek.c
index df2591acd76d..df2591acd76d 100644
--- a/sys/boot/libsa/lseek.c
+++ b/stand/libsa/lseek.c
diff --git a/sys/boot/libsa/mips/_setjmp.S b/stand/libsa/mips/_setjmp.S
index 0289b0ec9274..0289b0ec9274 100644
--- a/sys/boot/libsa/mips/_setjmp.S
+++ b/stand/libsa/mips/_setjmp.S
diff --git a/sys/boot/libsa/nandfs.c b/stand/libsa/nandfs.c
index b3e72243e995..b3e72243e995 100644
--- a/sys/boot/libsa/nandfs.c
+++ b/stand/libsa/nandfs.c
diff --git a/sys/boot/libsa/net.c b/stand/libsa/net.c
index ae6e74511e12..ae6e74511e12 100644
--- a/sys/boot/libsa/net.c
+++ b/stand/libsa/net.c
diff --git a/sys/boot/libsa/net.h b/stand/libsa/net.h
index cc946c15ff5c..cc946c15ff5c 100644
--- a/sys/boot/libsa/net.h
+++ b/stand/libsa/net.h
diff --git a/sys/boot/libsa/netif.c b/stand/libsa/netif.c
index 105f9a31ab5d..105f9a31ab5d 100644
--- a/sys/boot/libsa/netif.c
+++ b/stand/libsa/netif.c
diff --git a/sys/boot/libsa/netif.h b/stand/libsa/netif.h
index 44165ab0d88a..44165ab0d88a 100644
--- a/sys/boot/libsa/netif.h
+++ b/stand/libsa/netif.h
diff --git a/sys/boot/libsa/nfs.c b/stand/libsa/nfs.c
index 7e2e1ababacc..7e2e1ababacc 100644
--- a/sys/boot/libsa/nfs.c
+++ b/stand/libsa/nfs.c
diff --git a/sys/boot/libsa/nfsv2.h b/stand/libsa/nfsv2.h
index 09b2428b8012..09b2428b8012 100644
--- a/sys/boot/libsa/nfsv2.h
+++ b/stand/libsa/nfsv2.h
diff --git a/sys/boot/libsa/nullfs.c b/stand/libsa/nullfs.c
index 7773d16a82f6..7773d16a82f6 100644
--- a/sys/boot/libsa/nullfs.c
+++ b/stand/libsa/nullfs.c
diff --git a/sys/boot/libsa/open.c b/stand/libsa/open.c
index 2ae17314bc54..2ae17314bc54 100644
--- a/sys/boot/libsa/open.c
+++ b/stand/libsa/open.c
diff --git a/sys/boot/libsa/pager.c b/stand/libsa/pager.c
index a966b0bd7992..a966b0bd7992 100644
--- a/sys/boot/libsa/pager.c
+++ b/stand/libsa/pager.c
diff --git a/sys/boot/libsa/panic.c b/stand/libsa/panic.c
index 6e4c76d0e031..6e4c76d0e031 100644
--- a/sys/boot/libsa/panic.c
+++ b/stand/libsa/panic.c
diff --git a/sys/boot/libsa/pkgfs.c b/stand/libsa/pkgfs.c
index fda7f607087d..fda7f607087d 100644
--- a/sys/boot/libsa/pkgfs.c
+++ b/stand/libsa/pkgfs.c
diff --git a/sys/boot/libsa/powerpc/_setjmp.S b/stand/libsa/powerpc/_setjmp.S
index 7c7c24b1237c..7c7c24b1237c 100644
--- a/sys/boot/libsa/powerpc/_setjmp.S
+++ b/stand/libsa/powerpc/_setjmp.S
diff --git a/sys/boot/libsa/powerpc/syncicache.c b/stand/libsa/powerpc/syncicache.c
index 434dcec63416..434dcec63416 100644
--- a/sys/boot/libsa/powerpc/syncicache.c
+++ b/stand/libsa/powerpc/syncicache.c
diff --git a/sys/boot/libsa/printf.c b/stand/libsa/printf.c
index d0c409ded53c..d0c409ded53c 100644
--- a/sys/boot/libsa/printf.c
+++ b/stand/libsa/printf.c
diff --git a/sys/boot/libsa/qdivrem.c b/stand/libsa/qdivrem.c
index 9e7696de3853..9e7696de3853 100644
--- a/sys/boot/libsa/qdivrem.c
+++ b/stand/libsa/qdivrem.c
diff --git a/sys/boot/libsa/quad.h b/stand/libsa/quad.h
index 3450a7a1afe4..3450a7a1afe4 100644
--- a/sys/boot/libsa/quad.h
+++ b/stand/libsa/quad.h
diff --git a/sys/boot/libsa/random.c b/stand/libsa/random.c
index a4b4d5020642..a4b4d5020642 100644
--- a/sys/boot/libsa/random.c
+++ b/stand/libsa/random.c
diff --git a/sys/boot/libsa/rarp.c b/stand/libsa/rarp.c
index b7e3ea486079..b7e3ea486079 100644
--- a/sys/boot/libsa/rarp.c
+++ b/stand/libsa/rarp.c
diff --git a/sys/boot/libsa/read.c b/stand/libsa/read.c
index e48a4d864212..e48a4d864212 100644
--- a/sys/boot/libsa/read.c
+++ b/stand/libsa/read.c
diff --git a/sys/boot/libsa/readdir.c b/stand/libsa/readdir.c
index e49d93d15ed6..e49d93d15ed6 100644
--- a/sys/boot/libsa/readdir.c
+++ b/stand/libsa/readdir.c
diff --git a/sys/boot/libsa/rpc.c b/stand/libsa/rpc.c
index 932fdc98b903..932fdc98b903 100644
--- a/sys/boot/libsa/rpc.c
+++ b/stand/libsa/rpc.c
diff --git a/sys/boot/libsa/rpc.h b/stand/libsa/rpc.h
index 5efe83210142..5efe83210142 100644
--- a/sys/boot/libsa/rpc.h
+++ b/stand/libsa/rpc.h
diff --git a/sys/boot/libsa/rpcv2.h b/stand/libsa/rpcv2.h
index 4f1f016333a0..4f1f016333a0 100644
--- a/sys/boot/libsa/rpcv2.h
+++ b/stand/libsa/rpcv2.h
diff --git a/sys/boot/libsa/saioctl.h b/stand/libsa/saioctl.h
index 5124f86187c9..5124f86187c9 100644
--- a/sys/boot/libsa/saioctl.h
+++ b/stand/libsa/saioctl.h
diff --git a/sys/boot/libsa/sbrk.c b/stand/libsa/sbrk.c
index 471e78ecf6df..471e78ecf6df 100644
--- a/sys/boot/libsa/sbrk.c
+++ b/stand/libsa/sbrk.c
diff --git a/sys/boot/libsa/sparc64/_setjmp.S b/stand/libsa/sparc64/_setjmp.S
index 8df29e6ba750..8df29e6ba750 100644
--- a/sys/boot/libsa/sparc64/_setjmp.S
+++ b/stand/libsa/sparc64/_setjmp.S
diff --git a/sys/boot/libsa/splitfs.c b/stand/libsa/splitfs.c
index af28704bc465..af28704bc465 100644
--- a/sys/boot/libsa/splitfs.c
+++ b/stand/libsa/splitfs.c
diff --git a/sys/boot/libsa/stand.h b/stand/libsa/stand.h
index bddfa76657d6..bddfa76657d6 100644
--- a/sys/boot/libsa/stand.h
+++ b/stand/libsa/stand.h
diff --git a/sys/boot/libsa/stat.c b/stand/libsa/stat.c
index 9875372b441d..9875372b441d 100644
--- a/sys/boot/libsa/stat.c
+++ b/stand/libsa/stat.c
diff --git a/sys/boot/libsa/strcasecmp.c b/stand/libsa/strcasecmp.c
index f8131019384c..f8131019384c 100644
--- a/sys/boot/libsa/strcasecmp.c
+++ b/stand/libsa/strcasecmp.c
diff --git a/sys/boot/libsa/strdup.c b/stand/libsa/strdup.c
index de6c4def8bc6..de6c4def8bc6 100644
--- a/sys/boot/libsa/strdup.c
+++ b/stand/libsa/strdup.c
diff --git a/sys/boot/libsa/strerror.c b/stand/libsa/strerror.c
index e08ca0a7f175..e08ca0a7f175 100644
--- a/sys/boot/libsa/strerror.c
+++ b/stand/libsa/strerror.c
diff --git a/sys/boot/libsa/strtol.c b/stand/libsa/strtol.c
index e15339a60d41..e15339a60d41 100644
--- a/sys/boot/libsa/strtol.c
+++ b/stand/libsa/strtol.c
diff --git a/sys/boot/libsa/strtoul.c b/stand/libsa/strtoul.c
index 0c7147c2ab67..0c7147c2ab67 100644
--- a/sys/boot/libsa/strtoul.c
+++ b/stand/libsa/strtoul.c
diff --git a/sys/boot/libsa/tftp.c b/stand/libsa/tftp.c
index 9bef4643d25f..9bef4643d25f 100644
--- a/sys/boot/libsa/tftp.c
+++ b/stand/libsa/tftp.c
diff --git a/sys/boot/libsa/tftp.h b/stand/libsa/tftp.h
index c56fb81aafaa..c56fb81aafaa 100644
--- a/sys/boot/libsa/tftp.h
+++ b/stand/libsa/tftp.h
diff --git a/sys/boot/libsa/twiddle.c b/stand/libsa/twiddle.c
index 31828542f7f3..31828542f7f3 100644
--- a/sys/boot/libsa/twiddle.c
+++ b/stand/libsa/twiddle.c
diff --git a/sys/boot/libsa/udp.c b/stand/libsa/udp.c
index 02ac62571fb7..02ac62571fb7 100644
--- a/sys/boot/libsa/udp.c
+++ b/stand/libsa/udp.c
diff --git a/sys/boot/libsa/ufs.c b/stand/libsa/ufs.c
index e0ceed804d9a..e0ceed804d9a 100644
--- a/sys/boot/libsa/ufs.c
+++ b/stand/libsa/ufs.c
diff --git a/sys/boot/libsa/ufsread.c b/stand/libsa/ufsread.c
index bd9ad2c57103..bd9ad2c57103 100644
--- a/sys/boot/libsa/ufsread.c
+++ b/stand/libsa/ufsread.c
diff --git a/sys/boot/libsa/util.c b/stand/libsa/util.c
index 49f42ebe2da9..49f42ebe2da9 100644
--- a/sys/boot/libsa/util.c
+++ b/stand/libsa/util.c
diff --git a/sys/boot/libsa/util.h b/stand/libsa/util.h
index 88a99f19f0b3..88a99f19f0b3 100644
--- a/sys/boot/libsa/util.h
+++ b/stand/libsa/util.h
diff --git a/sys/boot/libsa/uuid_from_string.c b/stand/libsa/uuid_from_string.c
index 7a59b4189ead..7a59b4189ead 100644
--- a/sys/boot/libsa/uuid_from_string.c
+++ b/stand/libsa/uuid_from_string.c
diff --git a/sys/boot/libsa/uuid_to_string.c b/stand/libsa/uuid_to_string.c
index d878af495aca..d878af495aca 100644
--- a/sys/boot/libsa/uuid_to_string.c
+++ b/stand/libsa/uuid_to_string.c
diff --git a/sys/boot/libsa/write.c b/stand/libsa/write.c
index 6c65dd331245..6c65dd331245 100644
--- a/sys/boot/libsa/write.c
+++ b/stand/libsa/write.c
diff --git a/sys/boot/libsa/zalloc.c b/stand/libsa/zalloc.c
index 4d1ec6291210..4d1ec6291210 100644
--- a/sys/boot/libsa/zalloc.c
+++ b/stand/libsa/zalloc.c
diff --git a/sys/boot/libsa/zalloc_defs.h b/stand/libsa/zalloc_defs.h
index 7f2cc1202c9b..7f2cc1202c9b 100644
--- a/sys/boot/libsa/zalloc_defs.h
+++ b/stand/libsa/zalloc_defs.h
diff --git a/sys/boot/libsa/zalloc_malloc.c b/stand/libsa/zalloc_malloc.c
index b9a295fb3850..b9a295fb3850 100644
--- a/sys/boot/libsa/zalloc_malloc.c
+++ b/stand/libsa/zalloc_malloc.c
diff --git a/sys/boot/libsa/zalloc_mem.h b/stand/libsa/zalloc_mem.h
index 26d388dfc75e..26d388dfc75e 100644
--- a/sys/boot/libsa/zalloc_mem.h
+++ b/stand/libsa/zalloc_mem.h
diff --git a/sys/boot/libsa/zalloc_protos.h b/stand/libsa/zalloc_protos.h
index 53a40e400dcd..53a40e400dcd 100644
--- a/sys/boot/libsa/zalloc_protos.h
+++ b/stand/libsa/zalloc_protos.h
diff --git a/sys/boot/libsa32/Makefile b/stand/libsa32/Makefile
index eba6c00bd891..eba6c00bd891 100644
--- a/sys/boot/libsa32/Makefile
+++ b/stand/libsa32/Makefile
diff --git a/sys/boot/libsa32/Makefile.depend b/stand/libsa32/Makefile.depend
index 1d86fce1441d..1d86fce1441d 100644
--- a/sys/boot/libsa32/Makefile.depend
+++ b/stand/libsa32/Makefile.depend
diff --git a/sys/boot/loader.mk b/stand/loader.mk
index 7236c8614e06..7236c8614e06 100644
--- a/sys/boot/loader.mk
+++ b/stand/loader.mk
diff --git a/sys/boot/man/Makefile b/stand/man/Makefile
index 15285acbafc9..15285acbafc9 100644
--- a/sys/boot/man/Makefile
+++ b/stand/man/Makefile
diff --git a/sys/boot/man/Makefile.depend b/stand/man/Makefile.depend
index f80275d86ab1..f80275d86ab1 100644
--- a/sys/boot/man/Makefile.depend
+++ b/stand/man/Makefile.depend
diff --git a/sys/boot/man/loader.8 b/stand/man/loader.8
index 7af7343d99dd..7af7343d99dd 100644
--- a/sys/boot/man/loader.8
+++ b/stand/man/loader.8
diff --git a/sys/boot/man/zfsloader.8 b/stand/man/zfsloader.8
index fd437d9399c1..fd437d9399c1 100644
--- a/sys/boot/man/zfsloader.8
+++ b/stand/man/zfsloader.8
diff --git a/sys/boot/mips/Makefile b/stand/mips/Makefile
index 760c557d92d1..760c557d92d1 100644
--- a/sys/boot/mips/Makefile
+++ b/stand/mips/Makefile
diff --git a/sys/boot/mips/Makefile.inc b/stand/mips/Makefile.inc
index 265f86d1ed55..265f86d1ed55 100644
--- a/sys/boot/mips/Makefile.inc
+++ b/stand/mips/Makefile.inc
diff --git a/sys/boot/mips/beri/Makefile b/stand/mips/beri/Makefile
index afcb538816b8..afcb538816b8 100644
--- a/sys/boot/mips/beri/Makefile
+++ b/stand/mips/beri/Makefile
diff --git a/sys/boot/mips/beri/Makefile.inc b/stand/mips/beri/Makefile.inc
index a12699c3a6f7..a12699c3a6f7 100644
--- a/sys/boot/mips/beri/Makefile.inc
+++ b/stand/mips/beri/Makefile.inc
diff --git a/sys/boot/mips/beri/boot2/Makefile b/stand/mips/beri/boot2/Makefile
index d36934078e1a..d36934078e1a 100644
--- a/sys/boot/mips/beri/boot2/Makefile
+++ b/stand/mips/beri/boot2/Makefile
diff --git a/sys/boot/mips/beri/boot2/boot2.c b/stand/mips/beri/boot2/boot2.c
index 3db33c4ea0b0..3db33c4ea0b0 100644
--- a/sys/boot/mips/beri/boot2/boot2.c
+++ b/stand/mips/beri/boot2/boot2.c
diff --git a/sys/boot/mips/beri/boot2/flashboot.ldscript b/stand/mips/beri/boot2/flashboot.ldscript
index 4d61438bd9b8..4d61438bd9b8 100644
--- a/sys/boot/mips/beri/boot2/flashboot.ldscript
+++ b/stand/mips/beri/boot2/flashboot.ldscript
diff --git a/sys/boot/mips/beri/boot2/jtagboot.ldscript b/stand/mips/beri/boot2/jtagboot.ldscript
index 064c6e15d038..064c6e15d038 100644
--- a/sys/boot/mips/beri/boot2/jtagboot.ldscript
+++ b/stand/mips/beri/boot2/jtagboot.ldscript
diff --git a/sys/boot/mips/beri/boot2/relocate.S b/stand/mips/beri/boot2/relocate.S
index d704eb54c69c..d704eb54c69c 100644
--- a/sys/boot/mips/beri/boot2/relocate.S
+++ b/stand/mips/beri/boot2/relocate.S
diff --git a/sys/boot/mips/beri/boot2/start.S b/stand/mips/beri/boot2/start.S
index c1fcce5812e8..c1fcce5812e8 100644
--- a/sys/boot/mips/beri/boot2/start.S
+++ b/stand/mips/beri/boot2/start.S
diff --git a/sys/boot/mips/beri/common/altera_jtag_uart.c b/stand/mips/beri/common/altera_jtag_uart.c
index 7edb45191c6a..7edb45191c6a 100644
--- a/sys/boot/mips/beri/common/altera_jtag_uart.c
+++ b/stand/mips/beri/common/altera_jtag_uart.c
diff --git a/sys/boot/mips/beri/common/beri.h b/stand/mips/beri/common/beri.h
index e6ccae861009..e6ccae861009 100644
--- a/sys/boot/mips/beri/common/beri.h
+++ b/stand/mips/beri/common/beri.h
diff --git a/sys/boot/mips/beri/common/cfi.c b/stand/mips/beri/common/cfi.c
index a6798f4a7451..a6798f4a7451 100644
--- a/sys/boot/mips/beri/common/cfi.c
+++ b/stand/mips/beri/common/cfi.c
diff --git a/sys/boot/mips/beri/common/cfi.h b/stand/mips/beri/common/cfi.h
index 3dfe48c8c729..3dfe48c8c729 100644
--- a/sys/boot/mips/beri/common/cfi.h
+++ b/stand/mips/beri/common/cfi.h
diff --git a/sys/boot/mips/beri/common/common.ldscript b/stand/mips/beri/common/common.ldscript
index 6266646cfc3c..6266646cfc3c 100644
--- a/sys/boot/mips/beri/common/common.ldscript
+++ b/stand/mips/beri/common/common.ldscript
diff --git a/sys/boot/mips/beri/common/cons.h b/stand/mips/beri/common/cons.h
index 18a466ab1c5f..18a466ab1c5f 100644
--- a/sys/boot/mips/beri/common/cons.h
+++ b/stand/mips/beri/common/cons.h
diff --git a/sys/boot/mips/beri/common/mips.h b/stand/mips/beri/common/mips.h
index c63d475313a4..c63d475313a4 100644
--- a/sys/boot/mips/beri/common/mips.h
+++ b/stand/mips/beri/common/mips.h
diff --git a/sys/boot/mips/beri/common/sdcard.c b/stand/mips/beri/common/sdcard.c
index e50f4e70017d..e50f4e70017d 100644
--- a/sys/boot/mips/beri/common/sdcard.c
+++ b/stand/mips/beri/common/sdcard.c
diff --git a/sys/boot/mips/beri/common/sdcard.h b/stand/mips/beri/common/sdcard.h
index 0eb77604d766..0eb77604d766 100644
--- a/sys/boot/mips/beri/common/sdcard.h
+++ b/stand/mips/beri/common/sdcard.h
diff --git a/sys/boot/mips/beri/loader/Makefile b/stand/mips/beri/loader/Makefile
index 763b3b34662e..763b3b34662e 100644
--- a/sys/boot/mips/beri/loader/Makefile
+++ b/stand/mips/beri/loader/Makefile
diff --git a/sys/boot/mips/beri/loader/arch.c b/stand/mips/beri/loader/arch.c
index 5ce8ede9c6a3..5ce8ede9c6a3 100644
--- a/sys/boot/mips/beri/loader/arch.c
+++ b/stand/mips/beri/loader/arch.c
diff --git a/sys/boot/mips/beri/loader/beri_console.c b/stand/mips/beri/loader/beri_console.c
index 9a4ae19d5c8a..9a4ae19d5c8a 100644
--- a/sys/boot/mips/beri/loader/beri_console.c
+++ b/stand/mips/beri/loader/beri_console.c
diff --git a/sys/boot/mips/beri/loader/beri_disk_cfi.c b/stand/mips/beri/loader/beri_disk_cfi.c
index a21947fdfec6..a21947fdfec6 100644
--- a/sys/boot/mips/beri/loader/beri_disk_cfi.c
+++ b/stand/mips/beri/loader/beri_disk_cfi.c
diff --git a/sys/boot/mips/beri/loader/beri_disk_sdcard.c b/stand/mips/beri/loader/beri_disk_sdcard.c
index 266fb4a813f1..266fb4a813f1 100644
--- a/sys/boot/mips/beri/loader/beri_disk_sdcard.c
+++ b/stand/mips/beri/loader/beri_disk_sdcard.c
diff --git a/sys/boot/mips/beri/loader/devicename.c b/stand/mips/beri/loader/devicename.c
index 4a2c273992a9..4a2c273992a9 100644
--- a/sys/boot/mips/beri/loader/devicename.c
+++ b/stand/mips/beri/loader/devicename.c
diff --git a/sys/boot/mips/beri/loader/exec.c b/stand/mips/beri/loader/exec.c
index 382b6a1c8723..382b6a1c8723 100644
--- a/sys/boot/mips/beri/loader/exec.c
+++ b/stand/mips/beri/loader/exec.c
diff --git a/sys/boot/mips/beri/loader/help.mips b/stand/mips/beri/loader/help.mips
index 5873eb0512d2..5873eb0512d2 100644
--- a/sys/boot/mips/beri/loader/help.mips
+++ b/stand/mips/beri/loader/help.mips
diff --git a/sys/boot/mips/beri/loader/loader.h b/stand/mips/beri/loader/loader.h
index e4152e72df92..e4152e72df92 100644
--- a/sys/boot/mips/beri/loader/loader.h
+++ b/stand/mips/beri/loader/loader.h
diff --git a/sys/boot/mips/beri/loader/loader.ldscript b/stand/mips/beri/loader/loader.ldscript
index deb4865c28ee..deb4865c28ee 100644
--- a/sys/boot/mips/beri/loader/loader.ldscript
+++ b/stand/mips/beri/loader/loader.ldscript
diff --git a/sys/boot/mips/beri/loader/main.c b/stand/mips/beri/loader/main.c
index 2d201d8011ee..2d201d8011ee 100644
--- a/sys/boot/mips/beri/loader/main.c
+++ b/stand/mips/beri/loader/main.c
diff --git a/sys/boot/mips/beri/loader/metadata.c b/stand/mips/beri/loader/metadata.c
index 0698cd19c651..0698cd19c651 100644
--- a/sys/boot/mips/beri/loader/metadata.c
+++ b/stand/mips/beri/loader/metadata.c
diff --git a/sys/boot/mips/beri/loader/start.S b/stand/mips/beri/loader/start.S
index d679caaa9894..d679caaa9894 100644
--- a/sys/boot/mips/beri/loader/start.S
+++ b/stand/mips/beri/loader/start.S
diff --git a/sys/boot/mips/beri/loader/version b/stand/mips/beri/loader/version
index ce8e1875844c..ce8e1875844c 100644
--- a/sys/boot/mips/beri/loader/version
+++ b/stand/mips/beri/loader/version
diff --git a/sys/boot/mips/uboot/Makefile b/stand/mips/uboot/Makefile
index b941ba342431..b941ba342431 100644
--- a/sys/boot/mips/uboot/Makefile
+++ b/stand/mips/uboot/Makefile
diff --git a/sys/boot/mips/uboot/conf.c b/stand/mips/uboot/conf.c
index 3579b6a56753..3579b6a56753 100644
--- a/sys/boot/mips/uboot/conf.c
+++ b/stand/mips/uboot/conf.c
diff --git a/sys/boot/mips/uboot/help.uboot b/stand/mips/uboot/help.uboot
index c1574af92715..c1574af92715 100644
--- a/sys/boot/mips/uboot/help.uboot
+++ b/stand/mips/uboot/help.uboot
diff --git a/sys/boot/mips/uboot/ldscript.mips b/stand/mips/uboot/ldscript.mips
index 815dabc74587..815dabc74587 100644
--- a/sys/boot/mips/uboot/ldscript.mips
+++ b/stand/mips/uboot/ldscript.mips
diff --git a/sys/boot/mips/uboot/loader.conf b/stand/mips/uboot/loader.conf
index 4154ab7bcc9f..4154ab7bcc9f 100644
--- a/sys/boot/mips/uboot/loader.conf
+++ b/stand/mips/uboot/loader.conf
diff --git a/sys/boot/mips/uboot/start.S b/stand/mips/uboot/start.S
index 2ca68b2ef1f9..2ca68b2ef1f9 100644
--- a/sys/boot/mips/uboot/start.S
+++ b/stand/mips/uboot/start.S
diff --git a/sys/boot/mips/uboot/version b/stand/mips/uboot/version
index 486c4125cc0d..486c4125cc0d 100644
--- a/sys/boot/mips/uboot/version
+++ b/stand/mips/uboot/version
diff --git a/sys/boot/ofw/Makefile b/stand/ofw/Makefile
index 3b881b780e87..3b881b780e87 100644
--- a/sys/boot/ofw/Makefile
+++ b/stand/ofw/Makefile
diff --git a/sys/boot/ofw/Makefile.inc b/stand/ofw/Makefile.inc
index 265f86d1ed55..265f86d1ed55 100644
--- a/sys/boot/ofw/Makefile.inc
+++ b/stand/ofw/Makefile.inc
diff --git a/sys/boot/ofw/common/Makefile.inc b/stand/ofw/common/Makefile.inc
index 5d20372631e6..5d20372631e6 100644
--- a/sys/boot/ofw/common/Makefile.inc
+++ b/stand/ofw/common/Makefile.inc
diff --git a/sys/boot/ofw/common/main.c b/stand/ofw/common/main.c
index 3c0bbdf97a26..3c0bbdf97a26 100644
--- a/sys/boot/ofw/common/main.c
+++ b/stand/ofw/common/main.c
diff --git a/sys/boot/ofw/libofw/Makefile b/stand/ofw/libofw/Makefile
index 8e9ac804c5fa..8e9ac804c5fa 100644
--- a/sys/boot/ofw/libofw/Makefile
+++ b/stand/ofw/libofw/Makefile
diff --git a/sys/boot/ofw/libofw/devicename.c b/stand/ofw/libofw/devicename.c
index c9814b76e97a..c9814b76e97a 100644
--- a/sys/boot/ofw/libofw/devicename.c
+++ b/stand/ofw/libofw/devicename.c
diff --git a/sys/boot/ofw/libofw/elf_freebsd.c b/stand/ofw/libofw/elf_freebsd.c
index 80ece7eeba46..80ece7eeba46 100644
--- a/sys/boot/ofw/libofw/elf_freebsd.c
+++ b/stand/ofw/libofw/elf_freebsd.c
diff --git a/sys/boot/ofw/libofw/libofw.h b/stand/ofw/libofw/libofw.h
index 87e90959c9e6..87e90959c9e6 100644
--- a/sys/boot/ofw/libofw/libofw.h
+++ b/stand/ofw/libofw/libofw.h
diff --git a/sys/boot/ofw/libofw/ofw_console.c b/stand/ofw/libofw/ofw_console.c
index 59ce9a5067d5..59ce9a5067d5 100644
--- a/sys/boot/ofw/libofw/ofw_console.c
+++ b/stand/ofw/libofw/ofw_console.c
diff --git a/sys/boot/ofw/libofw/ofw_copy.c b/stand/ofw/libofw/ofw_copy.c
index ffd698731503..ffd698731503 100644
--- a/sys/boot/ofw/libofw/ofw_copy.c
+++ b/stand/ofw/libofw/ofw_copy.c
diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/stand/ofw/libofw/ofw_disk.c
index 2c3bd568a268..2c3bd568a268 100644
--- a/sys/boot/ofw/libofw/ofw_disk.c
+++ b/stand/ofw/libofw/ofw_disk.c
diff --git a/sys/boot/ofw/libofw/ofw_memory.c b/stand/ofw/libofw/ofw_memory.c
index 5616184e8080..5616184e8080 100644
--- a/sys/boot/ofw/libofw/ofw_memory.c
+++ b/stand/ofw/libofw/ofw_memory.c
diff --git a/sys/boot/ofw/libofw/ofw_module.c b/stand/ofw/libofw/ofw_module.c
index d39a34344556..d39a34344556 100644
--- a/sys/boot/ofw/libofw/ofw_module.c
+++ b/stand/ofw/libofw/ofw_module.c
diff --git a/sys/boot/ofw/libofw/ofw_net.c b/stand/ofw/libofw/ofw_net.c
index ea5e47e7ed0d..ea5e47e7ed0d 100644
--- a/sys/boot/ofw/libofw/ofw_net.c
+++ b/stand/ofw/libofw/ofw_net.c
diff --git a/sys/boot/ofw/libofw/ofw_reboot.c b/stand/ofw/libofw/ofw_reboot.c
index bbb420ac1767..bbb420ac1767 100644
--- a/sys/boot/ofw/libofw/ofw_reboot.c
+++ b/stand/ofw/libofw/ofw_reboot.c
diff --git a/sys/boot/ofw/libofw/ofw_time.c b/stand/ofw/libofw/ofw_time.c
index d5ca271564de..d5ca271564de 100644
--- a/sys/boot/ofw/libofw/ofw_time.c
+++ b/stand/ofw/libofw/ofw_time.c
diff --git a/sys/boot/ofw/libofw/openfirm.c b/stand/ofw/libofw/openfirm.c
index 1ccae60d66d0..1ccae60d66d0 100644
--- a/sys/boot/ofw/libofw/openfirm.c
+++ b/stand/ofw/libofw/openfirm.c
diff --git a/sys/boot/ofw/libofw/openfirm.h b/stand/ofw/libofw/openfirm.h
index 9fe77c69a09f..9fe77c69a09f 100644
--- a/sys/boot/ofw/libofw/openfirm.h
+++ b/stand/ofw/libofw/openfirm.h
diff --git a/sys/boot/ofw/libofw/ppc64_elf_freebsd.c b/stand/ofw/libofw/ppc64_elf_freebsd.c
index b411da491222..b411da491222 100644
--- a/sys/boot/ofw/libofw/ppc64_elf_freebsd.c
+++ b/stand/ofw/libofw/ppc64_elf_freebsd.c
diff --git a/sys/boot/powerpc/Makefile b/stand/powerpc/Makefile
index 969eee8dc63e..969eee8dc63e 100644
--- a/sys/boot/powerpc/Makefile
+++ b/stand/powerpc/Makefile
diff --git a/sys/boot/powerpc/Makefile.inc b/stand/powerpc/Makefile.inc
index 265f86d1ed55..265f86d1ed55 100644
--- a/sys/boot/powerpc/Makefile.inc
+++ b/stand/powerpc/Makefile.inc
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/stand/powerpc/boot1.chrp/Makefile
index 384d0abc2788..384d0abc2788 100644
--- a/sys/boot/powerpc/boot1.chrp/Makefile
+++ b/stand/powerpc/boot1.chrp/Makefile
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile.hfs b/stand/powerpc/boot1.chrp/Makefile.hfs
index c6c2d866f6bf..c6c2d866f6bf 100644
--- a/sys/boot/powerpc/boot1.chrp/Makefile.hfs
+++ b/stand/powerpc/boot1.chrp/Makefile.hfs
diff --git a/sys/boot/powerpc/boot1.chrp/boot1.c b/stand/powerpc/boot1.chrp/boot1.c
index 8de8e9f17f41..8de8e9f17f41 100644
--- a/sys/boot/powerpc/boot1.chrp/boot1.c
+++ b/stand/powerpc/boot1.chrp/boot1.c
diff --git a/sys/boot/powerpc/boot1.chrp/bootinfo.txt b/stand/powerpc/boot1.chrp/bootinfo.txt
index 61cf0079fa6f..61cf0079fa6f 100644
--- a/sys/boot/powerpc/boot1.chrp/bootinfo.txt
+++ b/stand/powerpc/boot1.chrp/bootinfo.txt
diff --git a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh b/stand/powerpc/boot1.chrp/generate-hfs.sh
index ef368d1566b4..ef368d1566b4 100755
--- a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
+++ b/stand/powerpc/boot1.chrp/generate-hfs.sh
diff --git a/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu b/stand/powerpc/boot1.chrp/hfs.tmpl.bz2.uu
index 20b7695e6db4..20b7695e6db4 100644
--- a/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu
+++ b/stand/powerpc/boot1.chrp/hfs.tmpl.bz2.uu
diff --git a/sys/boot/powerpc/kboot/Makefile b/stand/powerpc/kboot/Makefile
index bed586e6732a..bed586e6732a 100644
--- a/sys/boot/powerpc/kboot/Makefile
+++ b/stand/powerpc/kboot/Makefile
diff --git a/sys/boot/powerpc/kboot/conf.c b/stand/powerpc/kboot/conf.c
index 104dd93ca2fb..104dd93ca2fb 100644
--- a/sys/boot/powerpc/kboot/conf.c
+++ b/stand/powerpc/kboot/conf.c
diff --git a/sys/boot/powerpc/kboot/host_syscall.S b/stand/powerpc/kboot/host_syscall.S
index 3607fdb0d2a1..3607fdb0d2a1 100644
--- a/sys/boot/powerpc/kboot/host_syscall.S
+++ b/stand/powerpc/kboot/host_syscall.S
diff --git a/sys/boot/powerpc/kboot/host_syscall.h b/stand/powerpc/kboot/host_syscall.h
index 0d47bd58a44a..0d47bd58a44a 100644
--- a/sys/boot/powerpc/kboot/host_syscall.h
+++ b/stand/powerpc/kboot/host_syscall.h
diff --git a/sys/boot/powerpc/kboot/hostcons.c b/stand/powerpc/kboot/hostcons.c
index 31dceb019973..31dceb019973 100644
--- a/sys/boot/powerpc/kboot/hostcons.c
+++ b/stand/powerpc/kboot/hostcons.c
diff --git a/sys/boot/powerpc/kboot/hostdisk.c b/stand/powerpc/kboot/hostdisk.c
index 22f540674cc1..22f540674cc1 100644
--- a/sys/boot/powerpc/kboot/hostdisk.c
+++ b/stand/powerpc/kboot/hostdisk.c
diff --git a/sys/boot/powerpc/kboot/kbootfdt.c b/stand/powerpc/kboot/kbootfdt.c
index 5ab3c3da43c9..5ab3c3da43c9 100644
--- a/sys/boot/powerpc/kboot/kbootfdt.c
+++ b/stand/powerpc/kboot/kbootfdt.c
diff --git a/sys/boot/powerpc/kboot/kerneltramp.S b/stand/powerpc/kboot/kerneltramp.S
index a394c9554f30..a394c9554f30 100644
--- a/sys/boot/powerpc/kboot/kerneltramp.S
+++ b/stand/powerpc/kboot/kerneltramp.S
diff --git a/sys/boot/powerpc/kboot/ldscript.powerpc b/stand/powerpc/kboot/ldscript.powerpc
index 729113695105..729113695105 100644
--- a/sys/boot/powerpc/kboot/ldscript.powerpc
+++ b/stand/powerpc/kboot/ldscript.powerpc
diff --git a/sys/boot/powerpc/kboot/main.c b/stand/powerpc/kboot/main.c
index 7a24c163d5c4..7a24c163d5c4 100644
--- a/sys/boot/powerpc/kboot/main.c
+++ b/stand/powerpc/kboot/main.c
diff --git a/sys/boot/powerpc/kboot/metadata.c b/stand/powerpc/kboot/metadata.c
index 1e8c314c64e6..1e8c314c64e6 100644
--- a/sys/boot/powerpc/kboot/metadata.c
+++ b/stand/powerpc/kboot/metadata.c
diff --git a/sys/boot/powerpc/kboot/ppc64_elf_freebsd.c b/stand/powerpc/kboot/ppc64_elf_freebsd.c
index 22fa7b576775..22fa7b576775 100644
--- a/sys/boot/powerpc/kboot/ppc64_elf_freebsd.c
+++ b/stand/powerpc/kboot/ppc64_elf_freebsd.c
diff --git a/sys/boot/powerpc/kboot/version b/stand/powerpc/kboot/version
index b24d6ea8e47a..b24d6ea8e47a 100644
--- a/sys/boot/powerpc/kboot/version
+++ b/stand/powerpc/kboot/version
diff --git a/sys/boot/powerpc/ofw/Makefile b/stand/powerpc/ofw/Makefile
index 1853b2596fce..1853b2596fce 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/stand/powerpc/ofw/Makefile
diff --git a/sys/boot/powerpc/ofw/conf.c b/stand/powerpc/ofw/conf.c
index 7cad372cef04..7cad372cef04 100644
--- a/sys/boot/powerpc/ofw/conf.c
+++ b/stand/powerpc/ofw/conf.c
diff --git a/sys/boot/powerpc/ofw/ldscript.powerpc b/stand/powerpc/ofw/ldscript.powerpc
index 3a2765047dbb..3a2765047dbb 100644
--- a/sys/boot/powerpc/ofw/ldscript.powerpc
+++ b/stand/powerpc/ofw/ldscript.powerpc
diff --git a/sys/boot/powerpc/ofw/metadata.c b/stand/powerpc/ofw/metadata.c
index 25d51f8251ce..25d51f8251ce 100644
--- a/sys/boot/powerpc/ofw/metadata.c
+++ b/stand/powerpc/ofw/metadata.c
diff --git a/sys/boot/powerpc/ofw/ofwfdt.c b/stand/powerpc/ofw/ofwfdt.c
index 493bae7576fb..493bae7576fb 100644
--- a/sys/boot/powerpc/ofw/ofwfdt.c
+++ b/stand/powerpc/ofw/ofwfdt.c
diff --git a/sys/boot/powerpc/ofw/start.c b/stand/powerpc/ofw/start.c
index 911a2ec2af77..911a2ec2af77 100644
--- a/sys/boot/powerpc/ofw/start.c
+++ b/stand/powerpc/ofw/start.c
diff --git a/sys/boot/powerpc/ofw/version b/stand/powerpc/ofw/version
index cb0f6938f966..cb0f6938f966 100644
--- a/sys/boot/powerpc/ofw/version
+++ b/stand/powerpc/ofw/version
diff --git a/sys/boot/powerpc/ps3/Makefile b/stand/powerpc/ps3/Makefile
index 07ad135d9796..07ad135d9796 100644
--- a/sys/boot/powerpc/ps3/Makefile
+++ b/stand/powerpc/ps3/Makefile
diff --git a/sys/boot/powerpc/ps3/conf.c b/stand/powerpc/ps3/conf.c
index 3a5ae4c41f02..3a5ae4c41f02 100644
--- a/sys/boot/powerpc/ps3/conf.c
+++ b/stand/powerpc/ps3/conf.c
diff --git a/sys/boot/powerpc/ps3/devicename.c b/stand/powerpc/ps3/devicename.c
index 041f853986d5..041f853986d5 100644
--- a/sys/boot/powerpc/ps3/devicename.c
+++ b/stand/powerpc/ps3/devicename.c
diff --git a/sys/boot/powerpc/ps3/ldscript.powerpc b/stand/powerpc/ps3/ldscript.powerpc
index 12f3e751fb52..12f3e751fb52 100644
--- a/sys/boot/powerpc/ps3/ldscript.powerpc
+++ b/stand/powerpc/ps3/ldscript.powerpc
diff --git a/sys/boot/powerpc/ps3/lv1call.S b/stand/powerpc/ps3/lv1call.S
index a399a9c3bbf6..a399a9c3bbf6 100644
--- a/sys/boot/powerpc/ps3/lv1call.S
+++ b/stand/powerpc/ps3/lv1call.S
diff --git a/sys/boot/powerpc/ps3/lv1call.h b/stand/powerpc/ps3/lv1call.h
index fb8044825bd0..fb8044825bd0 100644
--- a/sys/boot/powerpc/ps3/lv1call.h
+++ b/stand/powerpc/ps3/lv1call.h
diff --git a/sys/boot/powerpc/ps3/main.c b/stand/powerpc/ps3/main.c
index be8708aadefa..be8708aadefa 100644
--- a/sys/boot/powerpc/ps3/main.c
+++ b/stand/powerpc/ps3/main.c
diff --git a/sys/boot/powerpc/ps3/metadata.c b/stand/powerpc/ps3/metadata.c
index 6f29c5774ef3..6f29c5774ef3 100644
--- a/sys/boot/powerpc/ps3/metadata.c
+++ b/stand/powerpc/ps3/metadata.c
diff --git a/sys/boot/powerpc/ps3/ppc64_elf_freebsd.c b/stand/powerpc/ps3/ppc64_elf_freebsd.c
index 3eb991e10ae9..3eb991e10ae9 100644
--- a/sys/boot/powerpc/ps3/ppc64_elf_freebsd.c
+++ b/stand/powerpc/ps3/ppc64_elf_freebsd.c
diff --git a/sys/boot/powerpc/ps3/ps3.h b/stand/powerpc/ps3/ps3.h
index 1a770029a5c0..1a770029a5c0 100644
--- a/sys/boot/powerpc/ps3/ps3.h
+++ b/stand/powerpc/ps3/ps3.h
diff --git a/sys/boot/powerpc/ps3/ps3bus.h b/stand/powerpc/ps3/ps3bus.h
index a3b20f3bd88f..a3b20f3bd88f 100644
--- a/sys/boot/powerpc/ps3/ps3bus.h
+++ b/stand/powerpc/ps3/ps3bus.h
diff --git a/sys/boot/powerpc/ps3/ps3cdrom.c b/stand/powerpc/ps3/ps3cdrom.c
index d8d41fde49af..d8d41fde49af 100644
--- a/sys/boot/powerpc/ps3/ps3cdrom.c
+++ b/stand/powerpc/ps3/ps3cdrom.c
diff --git a/sys/boot/powerpc/ps3/ps3cons.c b/stand/powerpc/ps3/ps3cons.c
index fa9ef321c62a..fa9ef321c62a 100644
--- a/sys/boot/powerpc/ps3/ps3cons.c
+++ b/stand/powerpc/ps3/ps3cons.c
diff --git a/sys/boot/powerpc/ps3/ps3devdesc.h b/stand/powerpc/ps3/ps3devdesc.h
index 5a6e52ff5277..5a6e52ff5277 100644
--- a/sys/boot/powerpc/ps3/ps3devdesc.h
+++ b/stand/powerpc/ps3/ps3devdesc.h
diff --git a/sys/boot/powerpc/ps3/ps3disk.c b/stand/powerpc/ps3/ps3disk.c
index c33a023e70a6..c33a023e70a6 100644
--- a/sys/boot/powerpc/ps3/ps3disk.c
+++ b/stand/powerpc/ps3/ps3disk.c
diff --git a/sys/boot/powerpc/ps3/ps3mmu.c b/stand/powerpc/ps3/ps3mmu.c
index 08dcf75d2839..08dcf75d2839 100644
--- a/sys/boot/powerpc/ps3/ps3mmu.c
+++ b/stand/powerpc/ps3/ps3mmu.c
diff --git a/sys/boot/powerpc/ps3/ps3net.c b/stand/powerpc/ps3/ps3net.c
index 142eab8243a6..142eab8243a6 100644
--- a/sys/boot/powerpc/ps3/ps3net.c
+++ b/stand/powerpc/ps3/ps3net.c
diff --git a/sys/boot/powerpc/ps3/ps3repo.c b/stand/powerpc/ps3/ps3repo.c
index 006476925479..006476925479 100644
--- a/sys/boot/powerpc/ps3/ps3repo.c
+++ b/stand/powerpc/ps3/ps3repo.c
diff --git a/sys/boot/powerpc/ps3/ps3repo.h b/stand/powerpc/ps3/ps3repo.h
index 68001df3509b..68001df3509b 100644
--- a/sys/boot/powerpc/ps3/ps3repo.h
+++ b/stand/powerpc/ps3/ps3repo.h
diff --git a/sys/boot/powerpc/ps3/ps3stor.c b/stand/powerpc/ps3/ps3stor.c
index bbfc56a7ae2a..bbfc56a7ae2a 100644
--- a/sys/boot/powerpc/ps3/ps3stor.c
+++ b/stand/powerpc/ps3/ps3stor.c
diff --git a/sys/boot/powerpc/ps3/ps3stor.h b/stand/powerpc/ps3/ps3stor.h
index 350b716f7aa1..350b716f7aa1 100644
--- a/sys/boot/powerpc/ps3/ps3stor.h
+++ b/stand/powerpc/ps3/ps3stor.h
diff --git a/sys/boot/powerpc/ps3/start.S b/stand/powerpc/ps3/start.S
index 570b3f52cc68..570b3f52cc68 100644
--- a/sys/boot/powerpc/ps3/start.S
+++ b/stand/powerpc/ps3/start.S
diff --git a/sys/boot/powerpc/ps3/version b/stand/powerpc/ps3/version
index fdac54e40aa5..fdac54e40aa5 100644
--- a/sys/boot/powerpc/ps3/version
+++ b/stand/powerpc/ps3/version
diff --git a/sys/boot/powerpc/uboot/Makefile b/stand/powerpc/uboot/Makefile
index d543aceeee4c..d543aceeee4c 100644
--- a/sys/boot/powerpc/uboot/Makefile
+++ b/stand/powerpc/uboot/Makefile
diff --git a/sys/boot/powerpc/uboot/conf.c b/stand/powerpc/uboot/conf.c
index 561238d1ccf7..561238d1ccf7 100644
--- a/sys/boot/powerpc/uboot/conf.c
+++ b/stand/powerpc/uboot/conf.c
diff --git a/sys/boot/powerpc/uboot/ldscript.powerpc b/stand/powerpc/uboot/ldscript.powerpc
index 923838365793..923838365793 100644
--- a/sys/boot/powerpc/uboot/ldscript.powerpc
+++ b/stand/powerpc/uboot/ldscript.powerpc
diff --git a/sys/boot/powerpc/uboot/start.S b/stand/powerpc/uboot/start.S
index 3e80576907a4..3e80576907a4 100644
--- a/sys/boot/powerpc/uboot/start.S
+++ b/stand/powerpc/uboot/start.S
diff --git a/sys/boot/powerpc/uboot/version b/stand/powerpc/uboot/version
index 21556cff70e0..21556cff70e0 100644
--- a/sys/boot/powerpc/uboot/version
+++ b/stand/powerpc/uboot/version
diff --git a/sys/boot/sparc64/Makefile b/stand/sparc64/Makefile
index 6a81a0580d5f..6a81a0580d5f 100644
--- a/sys/boot/sparc64/Makefile
+++ b/stand/sparc64/Makefile
diff --git a/sys/boot/sparc64/Makefile.inc b/stand/sparc64/Makefile.inc
index a12699c3a6f7..a12699c3a6f7 100644
--- a/sys/boot/sparc64/Makefile.inc
+++ b/stand/sparc64/Makefile.inc
diff --git a/sys/boot/sparc64/boot1/Makefile b/stand/sparc64/boot1/Makefile
index 36e396896102..36e396896102 100644
--- a/sys/boot/sparc64/boot1/Makefile
+++ b/stand/sparc64/boot1/Makefile
diff --git a/sys/boot/sparc64/boot1/_start.s b/stand/sparc64/boot1/_start.s
index 30f8019cc863..30f8019cc863 100644
--- a/sys/boot/sparc64/boot1/_start.s
+++ b/stand/sparc64/boot1/_start.s
diff --git a/sys/boot/sparc64/boot1/boot1.c b/stand/sparc64/boot1/boot1.c
index 4724ca165fd4..4724ca165fd4 100644
--- a/sys/boot/sparc64/boot1/boot1.c
+++ b/stand/sparc64/boot1/boot1.c
diff --git a/sys/boot/sparc64/loader/Makefile b/stand/sparc64/loader/Makefile
index 5388761cf525..5388761cf525 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/stand/sparc64/loader/Makefile
diff --git a/sys/boot/sparc64/loader/help.sparc64 b/stand/sparc64/loader/help.sparc64
index e69de29bb2d1..e69de29bb2d1 100644
--- a/sys/boot/sparc64/loader/help.sparc64
+++ b/stand/sparc64/loader/help.sparc64
diff --git a/sys/boot/sparc64/loader/locore.S b/stand/sparc64/loader/locore.S
index a73f5bfa7f98..a73f5bfa7f98 100644
--- a/sys/boot/sparc64/loader/locore.S
+++ b/stand/sparc64/loader/locore.S
diff --git a/sys/boot/sparc64/loader/main.c b/stand/sparc64/loader/main.c
index e8cdf5fcc5ea..e8cdf5fcc5ea 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/stand/sparc64/loader/main.c
diff --git a/sys/boot/sparc64/loader/metadata.c b/stand/sparc64/loader/metadata.c
index a3b3eb5cedff..a3b3eb5cedff 100644
--- a/sys/boot/sparc64/loader/metadata.c
+++ b/stand/sparc64/loader/metadata.c
diff --git a/sys/boot/sparc64/loader/version b/stand/sparc64/loader/version
index bef4091e58f6..bef4091e58f6 100644
--- a/sys/boot/sparc64/loader/version
+++ b/stand/sparc64/loader/version
diff --git a/sys/boot/sparc64/zfsboot/Makefile b/stand/sparc64/zfsboot/Makefile
index 9e58c27eb067..9e58c27eb067 100644
--- a/sys/boot/sparc64/zfsboot/Makefile
+++ b/stand/sparc64/zfsboot/Makefile
diff --git a/sys/boot/sparc64/zfsloader/Makefile b/stand/sparc64/zfsloader/Makefile
index b4c554b5cb15..b4c554b5cb15 100644
--- a/sys/boot/sparc64/zfsloader/Makefile
+++ b/stand/sparc64/zfsloader/Makefile
diff --git a/sys/boot/uboot.mk b/stand/uboot.mk
index d120481a4b96..d120481a4b96 100644
--- a/sys/boot/uboot.mk
+++ b/stand/uboot.mk
diff --git a/sys/boot/uboot/Makefile b/stand/uboot/Makefile
index 8c3a80dd6e2e..8c3a80dd6e2e 100644
--- a/sys/boot/uboot/Makefile
+++ b/stand/uboot/Makefile
diff --git a/sys/boot/uboot/Makefile.inc b/stand/uboot/Makefile.inc
index 265f86d1ed55..265f86d1ed55 100644
--- a/sys/boot/uboot/Makefile.inc
+++ b/stand/uboot/Makefile.inc
diff --git a/sys/boot/uboot/common/main.c b/stand/uboot/common/main.c
index c4efb1f69bd9..c4efb1f69bd9 100644
--- a/sys/boot/uboot/common/main.c
+++ b/stand/uboot/common/main.c
diff --git a/sys/boot/uboot/common/metadata.c b/stand/uboot/common/metadata.c
index 38db4bca44b5..38db4bca44b5 100644
--- a/sys/boot/uboot/common/metadata.c
+++ b/stand/uboot/common/metadata.c
diff --git a/sys/boot/uboot/fdt/Makefile b/stand/uboot/fdt/Makefile
index 4bc38ec7c6f0..4bc38ec7c6f0 100644
--- a/sys/boot/uboot/fdt/Makefile
+++ b/stand/uboot/fdt/Makefile
diff --git a/sys/boot/uboot/fdt/uboot_fdt.c b/stand/uboot/fdt/uboot_fdt.c
index 186531005401..186531005401 100644
--- a/sys/boot/uboot/fdt/uboot_fdt.c
+++ b/stand/uboot/fdt/uboot_fdt.c
diff --git a/sys/boot/uboot/lib/Makefile b/stand/uboot/lib/Makefile
index d12d48cafaa1..d12d48cafaa1 100644
--- a/sys/boot/uboot/lib/Makefile
+++ b/stand/uboot/lib/Makefile
diff --git a/sys/boot/uboot/lib/api_public.h b/stand/uboot/lib/api_public.h
index f393de88933b..f393de88933b 100644
--- a/sys/boot/uboot/lib/api_public.h
+++ b/stand/uboot/lib/api_public.h
diff --git a/sys/boot/uboot/lib/console.c b/stand/uboot/lib/console.c
index f49f455c7efa..f49f455c7efa 100644
--- a/sys/boot/uboot/lib/console.c
+++ b/stand/uboot/lib/console.c
diff --git a/sys/boot/uboot/lib/copy.c b/stand/uboot/lib/copy.c
index 131b88d85861..131b88d85861 100644
--- a/sys/boot/uboot/lib/copy.c
+++ b/stand/uboot/lib/copy.c
diff --git a/sys/boot/uboot/lib/devicename.c b/stand/uboot/lib/devicename.c
index 9e68f9df9eb8..9e68f9df9eb8 100644
--- a/sys/boot/uboot/lib/devicename.c
+++ b/stand/uboot/lib/devicename.c
diff --git a/sys/boot/uboot/lib/disk.c b/stand/uboot/lib/disk.c
index f5e44c749ba3..f5e44c749ba3 100644
--- a/sys/boot/uboot/lib/disk.c
+++ b/stand/uboot/lib/disk.c
diff --git a/sys/boot/uboot/lib/elf_freebsd.c b/stand/uboot/lib/elf_freebsd.c
index a65fa26aa722..a65fa26aa722 100644
--- a/sys/boot/uboot/lib/elf_freebsd.c
+++ b/stand/uboot/lib/elf_freebsd.c
diff --git a/sys/boot/uboot/lib/glue.c b/stand/uboot/lib/glue.c
index 312075ab9882..312075ab9882 100644
--- a/sys/boot/uboot/lib/glue.c
+++ b/stand/uboot/lib/glue.c
diff --git a/sys/boot/uboot/lib/glue.h b/stand/uboot/lib/glue.h
index 4c2da66ccb27..4c2da66ccb27 100644
--- a/sys/boot/uboot/lib/glue.h
+++ b/stand/uboot/lib/glue.h
diff --git a/sys/boot/uboot/lib/libuboot.h b/stand/uboot/lib/libuboot.h
index e4201d8a1347..e4201d8a1347 100644
--- a/sys/boot/uboot/lib/libuboot.h
+++ b/stand/uboot/lib/libuboot.h
diff --git a/sys/boot/uboot/lib/module.c b/stand/uboot/lib/module.c
index 0951ed6618e4..0951ed6618e4 100644
--- a/sys/boot/uboot/lib/module.c
+++ b/stand/uboot/lib/module.c
diff --git a/sys/boot/uboot/lib/net.c b/stand/uboot/lib/net.c
index a0d1cb4f4583..a0d1cb4f4583 100644
--- a/sys/boot/uboot/lib/net.c
+++ b/stand/uboot/lib/net.c
diff --git a/sys/boot/uboot/lib/reboot.c b/stand/uboot/lib/reboot.c
index 9f4d277eb6f9..9f4d277eb6f9 100644
--- a/sys/boot/uboot/lib/reboot.c
+++ b/stand/uboot/lib/reboot.c
diff --git a/sys/boot/uboot/lib/time.c b/stand/uboot/lib/time.c
index a3c73f471a25..a3c73f471a25 100644
--- a/sys/boot/uboot/lib/time.c
+++ b/stand/uboot/lib/time.c
diff --git a/sys/boot/usb/Makefile b/stand/usb/Makefile
index 1b94b3db7d82..1b94b3db7d82 100644
--- a/sys/boot/usb/Makefile
+++ b/stand/usb/Makefile
diff --git a/sys/boot/usb/Makefile.test b/stand/usb/Makefile.test
index 7c6a66d17310..7c6a66d17310 100644
--- a/sys/boot/usb/Makefile.test
+++ b/stand/usb/Makefile.test
diff --git a/sys/boot/usb/bsd_usbloader_test.c b/stand/usb/bsd_usbloader_test.c
index 35140b87c360..35140b87c360 100644
--- a/sys/boot/usb/bsd_usbloader_test.c
+++ b/stand/usb/bsd_usbloader_test.c
diff --git a/sys/boot/usb/storage/umass_common.c b/stand/usb/storage/umass_common.c
index 5ddd159297b7..5ddd159297b7 100644
--- a/sys/boot/usb/storage/umass_common.c
+++ b/stand/usb/storage/umass_common.c
diff --git a/sys/boot/usb/storage/umass_common.h b/stand/usb/storage/umass_common.h
index a8ffd4987eb9..a8ffd4987eb9 100644
--- a/sys/boot/usb/storage/umass_common.h
+++ b/stand/usb/storage/umass_common.h
diff --git a/sys/boot/usb/storage/umass_loader.c b/stand/usb/storage/umass_loader.c
index fbb890be279a..fbb890be279a 100644
--- a/sys/boot/usb/storage/umass_loader.c
+++ b/stand/usb/storage/umass_loader.c
diff --git a/sys/boot/usb/tools/Makefile b/stand/usb/tools/Makefile
index 64cf28ca75e8..64cf28ca75e8 100644
--- a/sys/boot/usb/tools/Makefile
+++ b/stand/usb/tools/Makefile
diff --git a/sys/boot/usb/tools/sysinit.c b/stand/usb/tools/sysinit.c
index b968fe0ab858..b968fe0ab858 100644
--- a/sys/boot/usb/tools/sysinit.c
+++ b/stand/usb/tools/sysinit.c
diff --git a/sys/boot/usb/usb_busdma_loader.c b/stand/usb/usb_busdma_loader.c
index 90dc1692ba01..90dc1692ba01 100644
--- a/sys/boot/usb/usb_busdma_loader.c
+++ b/stand/usb/usb_busdma_loader.c
diff --git a/sys/boot/usb/usbcore.mk b/stand/usb/usbcore.mk
index 153a1d435ce1..153a1d435ce1 100644
--- a/sys/boot/usb/usbcore.mk
+++ b/stand/usb/usbcore.mk
diff --git a/sys/boot/userboot/Makefile b/stand/userboot/Makefile
index 0a53a217dc15..0a53a217dc15 100644
--- a/sys/boot/userboot/Makefile
+++ b/stand/userboot/Makefile
diff --git a/sys/boot/userboot/Makefile.inc b/stand/userboot/Makefile.inc
index 265f86d1ed55..265f86d1ed55 100644
--- a/sys/boot/userboot/Makefile.inc
+++ b/stand/userboot/Makefile.inc
diff --git a/sys/boot/userboot/test/Makefile b/stand/userboot/test/Makefile
index 1bc66798aac8..1bc66798aac8 100644
--- a/sys/boot/userboot/test/Makefile
+++ b/stand/userboot/test/Makefile
diff --git a/sys/boot/userboot/test/Makefile.depend b/stand/userboot/test/Makefile.depend
index 6cfaab1c3644..6cfaab1c3644 100644
--- a/sys/boot/userboot/test/Makefile.depend
+++ b/stand/userboot/test/Makefile.depend
diff --git a/sys/boot/userboot/test/test.c b/stand/userboot/test/test.c
index bacde565ec3b..bacde565ec3b 100644
--- a/sys/boot/userboot/test/test.c
+++ b/stand/userboot/test/test.c
diff --git a/sys/boot/userboot/userboot.h b/stand/userboot/userboot.h
index 7ffb06f652aa..7ffb06f652aa 100644
--- a/sys/boot/userboot/userboot.h
+++ b/stand/userboot/userboot.h
diff --git a/sys/boot/userboot/userboot/Makefile b/stand/userboot/userboot/Makefile
index cbada8227ba0..cbada8227ba0 100644
--- a/sys/boot/userboot/userboot/Makefile
+++ b/stand/userboot/userboot/Makefile
diff --git a/stand/userboot/userboot/Makefile.depend b/stand/userboot/userboot/Makefile.depend
new file mode 100644
index 000000000000..87e0acc0f3b5
--- /dev/null
+++ b/stand/userboot/userboot/Makefile.depend
@@ -0,0 +1,16 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ stand/ficl \
+ stand/libsa \
+ stand/zfs \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/sys/boot/userboot/userboot/autoload.c b/stand/userboot/userboot/autoload.c
index a86afcfa2b4b..a86afcfa2b4b 100644
--- a/sys/boot/userboot/userboot/autoload.c
+++ b/stand/userboot/userboot/autoload.c
diff --git a/sys/boot/userboot/userboot/biossmap.c b/stand/userboot/userboot/biossmap.c
index 9e556be373cc..9e556be373cc 100644
--- a/sys/boot/userboot/userboot/biossmap.c
+++ b/stand/userboot/userboot/biossmap.c
diff --git a/sys/boot/userboot/userboot/bootinfo.c b/stand/userboot/userboot/bootinfo.c
index 289ca071fe89..289ca071fe89 100644
--- a/sys/boot/userboot/userboot/bootinfo.c
+++ b/stand/userboot/userboot/bootinfo.c
diff --git a/sys/boot/userboot/userboot/bootinfo32.c b/stand/userboot/userboot/bootinfo32.c
index 6498461a740a..6498461a740a 100644
--- a/sys/boot/userboot/userboot/bootinfo32.c
+++ b/stand/userboot/userboot/bootinfo32.c
diff --git a/sys/boot/userboot/userboot/bootinfo64.c b/stand/userboot/userboot/bootinfo64.c
index 10ff133ce54c..10ff133ce54c 100644
--- a/sys/boot/userboot/userboot/bootinfo64.c
+++ b/stand/userboot/userboot/bootinfo64.c
diff --git a/sys/boot/userboot/userboot/conf.c b/stand/userboot/userboot/conf.c
index b8daa7396ca3..b8daa7396ca3 100644
--- a/sys/boot/userboot/userboot/conf.c
+++ b/stand/userboot/userboot/conf.c
diff --git a/sys/boot/userboot/userboot/copy.c b/stand/userboot/userboot/copy.c
index f8763e9b526a..f8763e9b526a 100644
--- a/sys/boot/userboot/userboot/copy.c
+++ b/stand/userboot/userboot/copy.c
diff --git a/sys/boot/userboot/userboot/devicename.c b/stand/userboot/userboot/devicename.c
index efa5634e541e..efa5634e541e 100644
--- a/sys/boot/userboot/userboot/devicename.c
+++ b/stand/userboot/userboot/devicename.c
diff --git a/sys/boot/userboot/userboot/elf32_freebsd.c b/stand/userboot/userboot/elf32_freebsd.c
index d8ccc3375cfd..d8ccc3375cfd 100644
--- a/sys/boot/userboot/userboot/elf32_freebsd.c
+++ b/stand/userboot/userboot/elf32_freebsd.c
diff --git a/sys/boot/userboot/userboot/elf64_freebsd.c b/stand/userboot/userboot/elf64_freebsd.c
index 19d369d6d548..19d369d6d548 100644
--- a/sys/boot/userboot/userboot/elf64_freebsd.c
+++ b/stand/userboot/userboot/elf64_freebsd.c
diff --git a/sys/boot/userboot/userboot/host.c b/stand/userboot/userboot/host.c
index 94f8a3dca44c..94f8a3dca44c 100644
--- a/sys/boot/userboot/userboot/host.c
+++ b/stand/userboot/userboot/host.c
diff --git a/sys/boot/userboot/userboot/libuserboot.h b/stand/userboot/userboot/libuserboot.h
index e2048d5fef94..e2048d5fef94 100644
--- a/sys/boot/userboot/userboot/libuserboot.h
+++ b/stand/userboot/userboot/libuserboot.h
diff --git a/sys/boot/userboot/userboot/main.c b/stand/userboot/userboot/main.c
index 9e69724b17a9..9e69724b17a9 100644
--- a/sys/boot/userboot/userboot/main.c
+++ b/stand/userboot/userboot/main.c
diff --git a/sys/boot/userboot/userboot/userboot_cons.c b/stand/userboot/userboot/userboot_cons.c
index 6f73ad5633bb..6f73ad5633bb 100644
--- a/sys/boot/userboot/userboot/userboot_cons.c
+++ b/stand/userboot/userboot/userboot_cons.c
diff --git a/sys/boot/userboot/userboot/userboot_disk.c b/stand/userboot/userboot/userboot_disk.c
index fc21b5f1792d..fc21b5f1792d 100644
--- a/sys/boot/userboot/userboot/userboot_disk.c
+++ b/stand/userboot/userboot/userboot_disk.c
diff --git a/sys/boot/userboot/userboot/version b/stand/userboot/userboot/version
index ce6e2701fdc3..ce6e2701fdc3 100644
--- a/sys/boot/userboot/userboot/version
+++ b/stand/userboot/userboot/version
diff --git a/sys/boot/zfs/Makefile b/stand/zfs/Makefile
index e86c84b02fc0..e86c84b02fc0 100644
--- a/sys/boot/zfs/Makefile
+++ b/stand/zfs/Makefile
diff --git a/sys/boot/zfs/Makefile.depend b/stand/zfs/Makefile.depend
index 18be76b0cb6f..18be76b0cb6f 100644
--- a/sys/boot/zfs/Makefile.depend
+++ b/stand/zfs/Makefile.depend
diff --git a/sys/boot/zfs/devicename_stubs.c b/stand/zfs/devicename_stubs.c
index 41bf907e0cf1..41bf907e0cf1 100644
--- a/sys/boot/zfs/devicename_stubs.c
+++ b/stand/zfs/devicename_stubs.c
diff --git a/sys/boot/zfs/libzfs.h b/stand/zfs/libzfs.h
index d1b4674679e5..d1b4674679e5 100644
--- a/sys/boot/zfs/libzfs.h
+++ b/stand/zfs/libzfs.h
diff --git a/sys/boot/zfs/zfs.c b/stand/zfs/zfs.c
index 0334bddb667a..0334bddb667a 100644
--- a/sys/boot/zfs/zfs.c
+++ b/stand/zfs/zfs.c
diff --git a/sys/boot/zfs/zfsimpl.c b/stand/zfs/zfsimpl.c
index 6e0d9b6fe775..6e0d9b6fe775 100644
--- a/sys/boot/zfs/zfsimpl.c
+++ b/stand/zfs/zfsimpl.c
diff --git a/sys/boot/zfs32/Makefile b/stand/zfs32/Makefile
index 32d0074ad340..32d0074ad340 100644
--- a/sys/boot/zfs32/Makefile
+++ b/stand/zfs32/Makefile
diff --git a/sys/boot/zfs32/Makefile.depend b/stand/zfs32/Makefile.depend
index 18be76b0cb6f..18be76b0cb6f 100644
--- a/sys/boot/zfs32/Makefile.depend
+++ b/stand/zfs32/Makefile.depend
diff --git a/sys/Makefile b/sys/Makefile
index 0de854341ff5..760c2073e5ee 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
# Directories to include in cscope name file and TAGS.
-CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
+CSCOPEDIRS= bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
geom gnu isa kern libkern modules net net80211 \
netgraph netinet netinet6 netipsec netpfil \
netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
@@ -62,11 +62,6 @@ TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))
.include <src.opts.mk>
-# The boot loader
-.if ${MK_BOOT} != "no"
-SUBDIR= boot
-.endif
-
# Loadable kernel modules
.if defined(MODULES_WITH_WORLD)
diff --git a/sys/boot/i386/boot2/Makefile.depend b/sys/boot/i386/boot2/Makefile.depend
deleted file mode 100644
index d5a67a6b2085..000000000000
--- a/sys/boot/i386/boot2/Makefile.depend
+++ /dev/null
@@ -1,14 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/lib \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/sys/boot/i386/gptzfsboot/Makefile.depend b/sys/boot/i386/gptzfsboot/Makefile.depend
deleted file mode 100644
index 16b58a77a452..000000000000
--- a/sys/boot/i386/gptzfsboot/Makefile.depend
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
- lib/libmd \
- sys/boot/geli \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/lib \
- sys/boot/libsa32 \
- sys/boot/zfs32 \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/sys/boot/i386/loader/Makefile.depend b/sys/boot/i386/loader/Makefile.depend
deleted file mode 100644
index 5d4398105e2a..000000000000
--- a/sys/boot/i386/loader/Makefile.depend
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
- sys/boot/ficl32 \
- sys/boot/geli \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/btxldr \
- sys/boot/i386/btx/lib \
- sys/boot/i386/libi386 \
- sys/boot/libsa32 \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/sys/boot/i386/pxeldr/Makefile.depend b/sys/boot/i386/pxeldr/Makefile.depend
deleted file mode 100644
index c6f574a284a3..000000000000
--- a/sys/boot/i386/pxeldr/Makefile.depend
+++ /dev/null
@@ -1,15 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/btxldr \
- sys/boot/i386/loader \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/sys/boot/i386/zfsboot/Makefile.depend b/sys/boot/i386/zfsboot/Makefile.depend
deleted file mode 100644
index 491ced5bb565..000000000000
--- a/sys/boot/i386/zfsboot/Makefile.depend
+++ /dev/null
@@ -1,18 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
- lib/libmd \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/lib \
- sys/boot/libsa32 \
- sys/boot/zfs32 \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/sys/boot/i386/zfsloader/Makefile.depend b/sys/boot/i386/zfsloader/Makefile.depend
deleted file mode 100644
index d17b39324022..000000000000
--- a/sys/boot/i386/zfsloader/Makefile.depend
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
- sys/boot/ficl32 \
- sys/boot/geli \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/btxldr \
- sys/boot/i386/btx/lib \
- sys/boot/i386/libi386 \
- sys/boot/libsa32 \
- sys/boot/zfs32 \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/sys/boot/userboot/userboot/Makefile.depend b/sys/boot/userboot/userboot/Makefile.depend
deleted file mode 100644
index 0d4affa29aee..000000000000
--- a/sys/boot/userboot/userboot/Makefile.depend
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
- sys/boot/ficl \
- sys/boot/libsa \
- sys/boot/zfs \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/sys/contrib/dev/acpica/acpica_prep.sh b/sys/contrib/dev/acpica/acpica_prep.sh
index e56a33a41c0e..91770e33f556 100755
--- a/sys/contrib/dev/acpica/acpica_prep.sh
+++ b/sys/contrib/dev/acpica/acpica_prep.sh
@@ -90,4 +90,4 @@ echo "Directories you may want to 'svn diff':"
echo " sys/contrib/dev/acpica sys/dev/acpica \\"
echo " sys/amd64/acpica sys/arm64/acpica sys/i386/acpica sys/x86/acpica \\"
echo " sys/amd64/include sys/arm64/include sys/i386/include include \\"
-echo " sys/boot sys/conf sys/modules/acpi usr.sbin/acpi"
+echo " stand sys/conf sys/modules/acpi usr.sbin/acpi"
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index c9a880aec3aa..7410751c77b4 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -196,7 +196,7 @@ DIRDEPS+= \
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
${MACHINE_CPUARCH} == "powerpc"
-DIRDEPS+= sys/boot/libsa32
+DIRDEPS+= stand/libsa32
.endif
.if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mfilter}
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index 6d473ea1f88c..7b4700a5d201 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -6,12 +6,12 @@
.include <src.opts.mk>
.endif
-_sys_boot_efi= sys/boot/efi/loader sys/boot/efi/boot1
+_sys_boot_efi= stand/efi/loader stand/efi/boot1
.if ${MK_FDT} != "no"
-_sys_boot_fdt= sys/boot/fdt sys/boot/efi/fdt
+_sys_boot_fdt= stand/fdt stand/efi/fdt
.endif
.if ${MK_ZFS} != "no"
-_sys_boot_zfs= sys/boot/zfs
+_sys_boot_zfs= stand/zfs
.endif
DIRDEPS = \
@@ -22,40 +22,40 @@ DIRDEPS = \
rescue/rescue \
.if ${MK_BOOT} != "no"
-DIRDEPS+= sys/boot/common
+DIRDEPS+= stand/common
.if ${MK_FORTH} != "no"
DIRDEPS+= \
- sys/boot/ficl \
- sys/boot/forth \
+ stand/ficl \
+ stand/forth \
.endif
DIRDEPS.x86sys= \
- sys/boot/efi/libefi \
- sys/boot/geli \
- sys/boot/i386/boot0 \
- sys/boot/i386/boot0sio \
- sys/boot/i386/boot2 \
- sys/boot/i386/btx/btx \
- sys/boot/i386/btx/btxldr \
- sys/boot/i386/btx/lib \
- sys/boot/i386/cdboot \
- sys/boot/i386/gptboot \
- sys/boot/i386/libfirewire \
- sys/boot/i386/libi386 \
- sys/boot/i386/loader \
- sys/boot/i386/mbr \
- sys/boot/i386/pmbr \
- sys/boot/i386/pxeldr \
- sys/boot/libsa32 \
+ stand/efi/libefi \
+ stand/geli \
+ stand/i386/boot0 \
+ stand/i386/boot0sio \
+ stand/i386/boot2 \
+ stand/i386/btx/btx \
+ stand/i386/btx/btxldr \
+ stand/i386/btx/lib \
+ stand/i386/cdboot \
+ stand/i386/gptboot \
+ stand/i386/libfirewire \
+ stand/i386/libi386 \
+ stand/i386/loader \
+ stand/i386/mbr \
+ stand/i386/pmbr \
+ stand/i386/pxeldr \
+ stand/libsa32 \
${_sys_boot_zfs} \
.if ${MK_ZFS} != "no"
DIRDEPS.x86sys+= \
- sys/boot/i386/gptzfsboot \
- sys/boot/i386/zfsboot \
- sys/boot/i386/zfsloader \
+ stand/i386/gptzfsboot \
+ stand/i386/zfsboot \
+ stand/i386/zfsloader \
DIRDEPS+= \
sbin/zfsbootcfg \
@@ -65,13 +65,13 @@ DIRDEPS+= \
DIRDEPS.amd64= \
${DIRDEPS.x86sys} \
${_sys_boot_efi} \
- sys/boot/ficl32 \
- sys/boot/userboot/test \
- sys/boot/userboot/userboot \
+ stand/ficl32 \
+ stand/userboot/test \
+ stand/userboot/userboot \
.if ${MK_ZFS} != "no"
DIRDEPS.amd64+= \
- sys/boot/zfs32 \
+ stand/zfs32 \
.endif
@@ -83,9 +83,9 @@ DIRDEPS+= \
DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
-DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi} sys/boot/i386/kgzldr
-DIRDEPS.powerpc= ${_sys_boot_fdt} sys/boot/libsa32 sys/boot/ofw sys/boot/uboot
-DIRDEPS.sparc64= sys/boot/ofw ${_sys_boot_zfs}
+DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi} stand/i386/kgzldr
+DIRDEPS.powerpc= ${_sys_boot_fdt} stand/libsa32 stand/ofw stand/uboot
+DIRDEPS.sparc64= stand/ofw ${_sys_boot_zfs}
.endif
DIRDEPS+= ${DIRDEPS.${MACHINE}:U}
diff --git a/targets/pseudo/userland/share/Makefile.depend b/targets/pseudo/userland/share/Makefile.depend
index 3bac4b78d4a8..9946a8370552 100644
--- a/targets/pseudo/userland/share/Makefile.depend
+++ b/targets/pseudo/userland/share/Makefile.depend
@@ -91,7 +91,7 @@ DIRDEPS = \
share/xml/atf \
share/xsl/atf \
share/zoneinfo \
- sys/boot/man \
+ stand/man \
.include <dirdeps.mk>
diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh
index 3b607b4c4a1a..495e84b1ebaa 100755
--- a/tools/boot/universe.sh
+++ b/tools/boot/universe.sh
@@ -11,8 +11,8 @@
# powerpc/powerpc powerpc/powerpc64 powerpc/powerpcspe \
# riscv/riscv64 riscv/riscv64sf
#
-# This script is expected to be run in sys/boot (though you could run it anywhere
-# in the tree). It does a full clean build. For sys/boot you can do all the archs in
+# This script is expected to be run in stand (though you could run it anywhere
+# in the tree). It does a full clean build. For stand you can do all the archs in
# about a minute or two on a fast machine. It's also possible that you need a full
# make universe for this to work completely.
#
@@ -40,7 +40,7 @@ dobuild()
}
top=$(make -V SRCTOP)
-cd $top/sys/boot
+cd $top/stand
# Default build for a goodly selection of architectures
for i in \
diff --git a/tools/tools/bootparttest/Makefile b/tools/tools/bootparttest/Makefile
index 026f83ea647d..7d54dfca0427 100644
--- a/tools/tools/bootparttest/Makefile
+++ b/tools/tools/bootparttest/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${SRCTOP}/sys/boot/common
+.PATH: ${SRCTOP}/stand/common
BINDIR?= /usr/bin
@@ -9,7 +9,7 @@ MAN=
SRCS= bootparttest.c crc32.c stub.c part.c disk.c
-CFLAGS= -I${SRCTOP}/sys/boot/common \
+CFLAGS= -I${SRCTOP}/stand/common \
-DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DPART_DEBUG \
-DDISK_DEBUG
diff --git a/tools/tools/zfsboottest/Makefile b/tools/tools/zfsboottest/Makefile
index 1f6084effa0a..acb510de70a9 100644
--- a/tools/tools/zfsboottest/Makefile
+++ b/tools/tools/zfsboottest/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${SRCTOP}/sys/boot/zfs ${SRCTOP}/sys/cddl/boot/zfs
+.PATH: ${SRCTOP}/stand/zfs ${SRCTOP}/sys/cddl/boot/zfs
BINDIR?= /usr/bin
SCRIPTSDIR?= /usr/bin
@@ -11,7 +11,7 @@ SCRIPTSNAME= zfsboottest.sh
MAN=
CFLAGS= -O1 \
- -I${SRCTOP}/sys/boot/zfs \
+ -I${SRCTOP}/stand/zfs \
-I${SRCTOP}/sys/cddl/boot/zfs \
-I. \
-fdiagnostics-show-option \
diff --git a/usr.sbin/bhyveload/Makefile b/usr.sbin/bhyveload/Makefile
index f0241b84f43b..48bed64c26e4 100644
--- a/usr.sbin/bhyveload/Makefile
+++ b/usr.sbin/bhyveload/Makefile
@@ -9,6 +9,6 @@ LIBADD= vmmapi
WARNS?= 3
-CFLAGS+=-I${SRCTOP}/sys/boot/userboot
+CFLAGS+=-I${SRCTOP}/stand/userboot
.include <bsd.prog.mk>
diff --git a/usr.sbin/efivar/Makefile b/usr.sbin/efivar/Makefile
index 89d453eeb962..92f8a70b1c95 100644
--- a/usr.sbin/efivar/Makefile
+++ b/usr.sbin/efivar/Makefile
@@ -7,7 +7,7 @@ LIBADD= efivar
SRCS= efivar.c efiutil.c
-EFIBOOT=${SRCTOP}/sys/boot/efi
+EFIBOOT=${SRCTOP}/stand/efi
CFLAGS+= -I${EFIBOOT}/include
.include <bsd.prog.mk>