From 06016a40d6804c5eca280adfcdda460393a6dcf3 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 21 Jul 2022 00:30:53 +0200 Subject: [PATCH] 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