aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2020-06-27 02:17:04 +0000
committerMatt Macy <mmacy@FreeBSD.org>2020-06-27 02:17:04 +0000
commit4928d0276687adbd279e9a4ea33e1163d8ad9129 (patch)
treedc28ecba06057a2e0f858fc0d42003065fb1f7f2 /lib/libnv
parent4dc16f43914b926ec067481af917fb9e3be2447c (diff)
Notes
Diffstat (limited to 'lib/libnv')
-rw-r--r--lib/libnv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile
index 8fa818fb0e1e..b13758931c4e 100644
--- a/lib/libnv/Makefile
+++ b/lib/libnv/Makefile
@@ -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