aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 00:07:04 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 00:07:04 +0000
commitea825d02749f382c3f7e17f28247f20a48733eab (patch)
treed73b466e28a3889c0be79b5ad7a917cf5b89be6d /sys/boot/userboot
parent3806950135d2c8633ec0764e8807eacc87cf3e10 (diff)
Notes
Diffstat (limited to 'sys/boot/userboot')
-rw-r--r--sys/boot/userboot/test/Makefile.depend1
-rw-r--r--sys/boot/userboot/userboot/Makefile.depend6
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/boot/userboot/test/Makefile.depend b/sys/boot/userboot/test/Makefile.depend
index 3646e2e2b1af..6cfaab1c3644 100644
--- a/sys/boot/userboot/test/Makefile.depend
+++ b/sys/boot/userboot/test/Makefile.depend
@@ -3,7 +3,6 @@
DIRDEPS = \
gnu/lib/csu \
- gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
diff --git a/sys/boot/userboot/userboot/Makefile.depend b/sys/boot/userboot/userboot/Makefile.depend
index 871417f71578..0d4affa29aee 100644
--- a/sys/boot/userboot/userboot/Makefile.depend
+++ b/sys/boot/userboot/userboot/Makefile.depend
@@ -4,9 +4,9 @@
DIRDEPS = \
include \
include/xlocale \
- sys/boot/userboot/ficl \
- sys/boot/userboot/libstand \
- sys/boot/userboot/zfs \
+ sys/boot/ficl \
+ sys/boot/libsa \
+ sys/boot/zfs \
.include <dirdeps.mk>