Fix libnv build post rename

Submitted by:	Neel Chauhan
Differential Revision:	https://reviews.freebsd.org/D25481
This commit is contained in:
Matt Macy 2020-06-27 02:17:04 +00:00
parent 4dc16f4391
commit 4928d02766
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362669

View file

@ -15,7 +15,7 @@ SRCS= cnvlist.c
SRCS+= dnvlist.c
SRCS+= msgio.c
SRCS+= nvlist.c
SRCS+= nvpair.c
SRCS+= bsd_nvpair.c
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests