From 7d97ee5b28b409c00bfaf12daf5ab497a6038b9d Mon Sep 17 00:00:00 2001 From: kevans Date: Mon, 12 Feb 2018 01:08:44 +0000 Subject: MFC r325834,r325997,326502: Move sys/boot to stand/ This is effectively a direct commit to stable/11, due to differences between stable/11 and head. Changes to DTS in sys/boot/fdt/dts were often accompanied by kernel changes. Many of these were also risc-v updates that likely had many more dependencies to MFC. Because of this, sys/boot/fdt/dts remains as-is while everything else in sys/boot relocates to stand/. r325834: Move sys/boot to stand. Fix all references to new location r325997: Remove empty directories. r326502: Document the sys/boot -> stand move in hier.7 and the top-level README. --- stand/i386/gptboot/Makefile.depend | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stand/i386/gptboot/Makefile.depend (limited to 'stand/i386/gptboot/Makefile.depend') diff --git a/stand/i386/gptboot/Makefile.depend b/stand/i386/gptboot/Makefile.depend new file mode 100644 index 0000000..295be1a --- /dev/null +++ b/stand/i386/gptboot/Makefile.depend @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libmd \ + lib/libstand \ + sys/boot/geli \ + sys/boot/i386/btx/btx \ + sys/boot/i386/btx/lib \ + sys/boot/libstand32 \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.1