git: 06016a40d680 - main - libnvpair: install libnvpair.h

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 16:36:50 UTC
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=06016a40d6804c5eca280adfcdda460393a6dcf3

commit 06016a40d6804c5eca280adfcdda460393a6dcf3
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2022-07-20 22:30:53 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-07-21 16:36:01 +0000

    libnvpair: install libnvpair.h
    
    This is included by libbe/be.h.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 cddl/lib/libnvpair/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cddl/lib/libnvpair/Makefile b/cddl/lib/libnvpair/Makefile
index aaf76ed3fb28..d436b9b1df27 100644
--- a/cddl/lib/libnvpair/Makefile
+++ b/cddl/lib/libnvpair/Makefile
@@ -2,12 +2,14 @@
 
 .PATH: ${SRCTOP}/sys/contrib/openzfs/module/nvpair
 .PATH: ${SRCTOP}/sys/contrib/openzfs/lib/libnvpair
+.PATH: ${SRCTOP}/sys/contrib/openzfs/include
 
 LIB=	nvpair
 LIBADD=	spl
 
 PACKAGE=	runtime
 # user
+INCS=	libnvpair.h
 SRCS=	libnvpair.c \
 	libnvpair_json.c \
 	nvpair_alloc_system.c