summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:37:53 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:37:53 +0000
commit2c9a9dfc187d171de6b92654d71b977f067ed641 (patch)
treed420ca89d21db06d3978eb2305008aa951781bf3 /stand
parent5ab1c5846ff41be24b1f6beb0317bf8258cd4409 (diff)
downloadsrc-test-2c9a9dfc187d171de6b92654d71b977f067ed641.tar.gz
src-test-2c9a9dfc187d171de6b92654d71b977f067ed641.zip
Notes
Diffstat (limited to 'stand')
-rw-r--r--stand/efi/libefi/Makefile.depend3
-rw-r--r--stand/efi/loader/Makefile.depend3
-rw-r--r--stand/i386/loader_4th/Makefile.depend17
3 files changed, 18 insertions, 5 deletions
diff --git a/stand/efi/libefi/Makefile.depend b/stand/efi/libefi/Makefile.depend
index 18be76b0cb6f4..73bc18c8c0fc1 100644
--- a/stand/efi/libefi/Makefile.depend
+++ b/stand/efi/libefi/Makefile.depend
@@ -2,8 +2,7 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
- include \
- include/xlocale \
+ stand/libsa \
.include <dirdeps.mk>
diff --git a/stand/efi/loader/Makefile.depend b/stand/efi/loader/Makefile.depend
index 657c40116b4d5..06e5b772c2145 100644
--- a/stand/efi/loader/Makefile.depend
+++ b/stand/efi/loader/Makefile.depend
@@ -2,12 +2,9 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
- include \
- include/xlocale \
stand/efi/libefi \
stand/ficl \
stand/libsa \
- stand/zfs \
.include <dirdeps.mk>
diff --git a/stand/i386/loader_4th/Makefile.depend b/stand/i386/loader_4th/Makefile.depend
new file mode 100644
index 0000000000000..8807f64e88d66
--- /dev/null
+++ b/stand/i386/loader_4th/Makefile.depend
@@ -0,0 +1,17 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ stand/${MACHINE_CPUARCH}/btx/btx \
+ stand/${MACHINE_CPUARCH}/btx/btxldr \
+ stand/${MACHINE_CPUARCH}/btx/lib \
+ stand/${MACHINE_CPUARCH}/libi386 \
+ stand/ficl \
+ stand/libsa \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif