aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2021-12-06 18:01:37 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2022-01-24 23:59:05 +0000
commitcd7a83084e419b9c1a0246e4711e232970b4b7d9 (patch)
tree5da6f4edb2ef460f756e6b7580809075f211956e /tools
parent29665d68e254c2f0fd26add7c72d837aa07c4b72 (diff)
downloadsrc-cd7a83084e419b9c1a0246e4711e232970b4b7d9.tar.gz
src-cd7a83084e419b9c1a0246e4711e232970b4b7d9.zip
Makefile.boot: Fix copy/paste error in LIBNV's crossbuild override
Only noticed due to needing to change the surrounding lines, so presumably nothing currently needs this. MFC after: 1 week (cherry picked from commit 5022d54e061a91b8ccc6a621ceb94ba9e56209c4)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/Makefile.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/mk/Makefile.boot b/tools/build/mk/Makefile.boot
index 317f1816dbea..8ac360e663c9 100644
--- a/tools/build/mk/Makefile.boot
+++ b/tools/build/mk/Makefile.boot
@@ -23,7 +23,7 @@ LIBCPLUSPLUS:=
LIBARCHIVE:=
LIBPTHREAD:=
LIBMD:=${WORLDTMP}/legacy/usr/lib/libmd.a
-LIBNV:=${WORLDTMP}/legacy/usr/lib/libmd.a
+LIBNV:=${WORLDTMP}/legacy/usr/lib/libnv.a
LIBSBUF:=${WORLDTMP}/legacy/usr/lib/libsbuf.a
LIBY:=${WORLDTMP}/legacy/usr/lib/liby.a
LIBL:=${WORLDTMP}/legacy/usr/lib/libl.a