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
This commit is contained in:
Jessica Clarke 2021-12-06 18:01:37 +00:00
parent 05066fad68
commit 5022d54e06

View File

@ -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